FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.minsal.tei
Resource TypeObservation
IdObservation-AnticuerpoAdrenal.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Observation",
  "id": "AnticuerpoAdrenal",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ObservationResultadoExamen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8059-8"
      }
    ],
    "text": "Ab adrenal en Sérum"
  },
  "subject": {
    "reference": "Patient/EjemploPatientLE"
  },
  "encounter": {
    "reference": "Encounter/EncounterIniciarEjemplo"
  },
  "effectiveDateTime": "2024-01-17T15:00:00-03:00",
  "valueQuantity": {
    "value": 10,
    "unit": "arb'U/mL",
    "system": "http://unitsofmeasure.org",
    "code": "[arb'U]/mL"
  }
}