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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeObservation
IdObservationRequest.Example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example Observation

Source1

{
  "resourceType": "Observation",
  "meta": {
    "extension": [
      {
        "url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
        "extension": [
          {
            "url": "msgId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
              "value": "CR001"
            }
          },
          {
            "url": "msgSequenceId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
              "value": "001"
            }
          },
          {
            "url": "date",
            "valueDateTime": "2026-04-01T15:00:00+08:00"
          }
        ]
      }
    ],
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
    ],
    "source": "HPB-IDEAS",
    "tag": [
      {
        "code": "TTSH"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
          "code": "firstScreen",
          "display": "First Screen"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S1234567A"
    }
  },
  "effectiveDateTime": "2026-02-10T09:00:00+08:00",
  "performer": [
    {
      "type": "Organization",
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
        "value": "11234"
      },
      "display": "National University Hospital"
    }
  ],
  "valueQuantity": {
    "value": 170.5,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}