0.1.0 - ci-build

CardioIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sguinezm/cardioCx-IG/ and changes regularly. See the Directory of published versions

: Observation EjectionFraction - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "EjemploEjectionFractionObservation",
  "meta" : {
    "profile" : [
      🔗 "https://centrocardiovascular.cl/StructureDefinition/EjectionFractionValueObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EjemploEjectionFractionObservation</b></p><a name=\"EjemploEjectionFractionObservation\"> </a><a name=\"hcEjemploEjectionFractionObservation\"> </a><a name=\"EjemploEjectionFractionObservation-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 70822001}\">Cardiac ejection fraction</span></p><p><b>focus</b>: <a href=\"https://fhirserve.cl/R4/Procedure/1\">https://fhirserve.cl/R4/Procedure/1</a></p><p><b>value</b>: 10</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "70822001"
      }
    ]
  },
  "focus" : [
    {
      "reference" : "https://fhirserve.cl/R4/Procedure/1"
    }
  ],
  "valueQuantity" : {
    "value" : 10
  }
}