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

FHIR IG analytics

Packagede.gematik.isik-labor
Resource TypeObservation
IdObservation-ExampleISiKLaboruntersuchungHb1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "ExampleISiKLaboruntersuchungHb1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://hl7.org/fhir/secondary-finding"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "416125006",
        "system": "http://snomed.info/sct",
        "display": "Concentration of hemoglobin in erythrocyte"
      },
      {
        "code": "718-7",
        "system": "http://loinc.org"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 11.4,
    "code": "g/dL"
  },
  "referenceRange": [
    {
      "low": {
        "system": "http://unitsofmeasure.org",
        "value": 12,
        "code": "g/dL"
      },
      "high": {
        "system": "http://unitsofmeasure.org",
        "value": 16,
        "code": "g/dL"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "code": "248152002",
              "system": "http://snomed.info/sct",
              "display": "female"
            }
          ]
        }
      ]
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  }
}