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

FHIR IG analytics

Packagemyhie.v4
Resource TypeObservation
Idsample-observation-antibody-rh.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-rh",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-10-23T03:54:44.092+08:00",
    "source": "http://transfusion.moh.gov.my#iPHd5aW2u09AwWyT",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core"
    ]
  },
  "identifier": [
    {
      "value": "HTJ-CMA-2300011312-RhD"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "10331-7",
        "display": "Rh [Type] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/HTJ-PID-2300011321",
    "display": "KUMAR A/L RAMASAMY"
  },
  "effectiveDateTime": "2023-10-21T14:11:26+08:00",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA22747-2",
        "display": "RhD positive"
      }
    ]
  }
}