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

FHIR IG analytics

Packagede.gematik.isik-labor
Resource TypeObservation
IdObservation-ExampleISiKLaboruntersuchungCRP1.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": "ExampleISiKLaboruntersuchungCRP1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungCRP"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://hl7.org/fhir/secondary-finding"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "55235003",
        "system": "http://snomed.info/sct",
        "display": "C-reactive protein measurement"
      },
      {
        "code": "1988-5",
        "system": "http://loinc.org",
        "display": "C-reaktives Protein [Masse/Volumen] in Serum oder Plasma"
      }
    ]
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 7.4,
    "code": "mg/L"
  },
  "referenceRange": [
    {
      "high": {
        "system": "http://unitsofmeasure.org",
        "value": 5,
        "code": "mg/L"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  }
}