🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Observación — peso corporal - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "EjemploEmaCoreObservation",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EjemploEmaCoreObservation</b></p><a name=\"EjemploEmaCoreObservation\"> </a><a name=\"hcEjemploEmaCoreObservation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-core-observation.html\">EMA Core Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEmaCoreEncounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Encounter for check up; period = 2026-08-18 09:00:00-0400 --&gt; 2026-08-18 09:30:00-0400</a></p><p><b>effective</b>: 2026-08-18 09:05:00-0400</p><p><b>performer</b>: <a href=\"Practitioner-EjemploEmaCorePractitioner.html\">Practitioner Andrés Rojas (official)</a></p><p><b>value</b>: 78.4 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploEmaCorePatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EjemploEmaCoreEncounter"
  },
  "effectiveDateTime" : "2026-08-18T09:05:00-04:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/EjemploEmaCorePractitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 78.4,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}