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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeObservation
IdLAB-1234567.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

{
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "display": "Laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "7023",
          "display": "Laboratoriumgeneeskunde",
          "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/resultaat/resultaat/eindgebruikCode"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "789-8",
        "display": "RBC telling (bloed)",
        "system": "http://loinc.org"
      }
    ]
  },
  "effectiveDateTime": "2022-01-01T01:01:00+01:00",
  "id": "LAB-1234567",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/id",
      "use": "usual",
      "value": "1234567"
    }
  ],
  "issued": "2022-01-01T01:01:57.913+01:00",
  "meta": {
    "lastUpdated": "2023-03-16T06:56:46.254718+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhLabObservation"
    ]
  },
  "performer": [
    {
      "reference": "Organization/UZL"
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 5.6
      },
      "low": {
        "value": 3.9
      }
    }
  ],
  "resourceType": "Observation",
  "specimen": {
    "reference": "Specimen/LAB-1234567"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/ABC123"
  },
  "valueQuantity": {
    "code": "10*12/L",
    "system": "http://unitsofmeasure.org",
    "unit": "trillion per liter",
    "value": 4.72
  }
}