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

FHIR IG analytics

Packagemyhie.v4
Resource TypeObservation
Idsample-observation-antibody-screen.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": "sample-observation-antibody-screen",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-10-23T02:03:35.059+08:00",
    "source": "http://transfusion.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core"
    ]
  },
  "identifier": [
    {
      "value": "HTJ-COT-2300031123-Antibody"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP67167-4",
        "display": "Blood group antibody screen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/HTJ-PID-2100005123",
    "display": "YAMIN BIN SUDIRMAN"
  },
  "effectiveDateTime": "2023-10-22T22:27:52+08:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LP37068-1",
        "display": "Antibodies identified"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "NEG",
          "display": "Negative"
        }
      ]
    }
  ]
}