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

FHIR IG analytics

Packagefhir.outburn.co.il
Resource TypeObservation
IdObservation-3914.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": "3914",
  "identifier": [
    {
      "system": "http://fhir.meuhedet.co.il/identifier/lab-result",
      "value": "1121991-20230403-100-733-2"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/3907"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "3094-0",
        "system": "http://loinc.org",
        "display": "Urea nitrogen [Mass/volume] in Serum or Plasma"
      }
    ],
    "text": "Urea-blood (BUN)"
  },
  "subject": {
    "identifier": {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "123456789"
    },
    "reference": "Patient/90",
    "type": "Patient"
  },
  "performer": [
    {
      "identifier": {
        "system": "http://fhir.meuhedet.co.il/laboratories",
        "value": "73D01"
      },
      "type": "Organization",
      "display": "קופת חולים מאוחדת"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 8,
        "code": "Mg/dl",
        "system": "http://unitsofmeasure.org"
      },
      "high": {
        "value": 23.5,
        "code": "Mg/dl",
        "system": "http://unitsofmeasure.org"
      }
    }
  ],
  "status": "final",
  "effectiveDateTime": "2023-04-03T11:32:38+03:00",
  "issued": "2023-04-03T11:37:58.54+03:00",
  "valueQuantity": {
    "value": 92,
    "code": "Mg/dl",
    "system": "http://unitsofmeasure.org",
    "unit": "MG/DL"
  }
}