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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeObservation
Idexample-foetal-kick.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",
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/foetal-kick",
      "value": "20230513a1fe467-cad5-4ec9-83f8-fd6dfb46470c"
    }
  ],
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-foetal-kick-my-core"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "251682005",
        "display": "Foetal Kick Count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c"
  },
  "effectivePeriod": {
    "start": "2023-05-10T06:00:00+08:00",
    "end": "2023-05-10T10:00:00+08:00"
  },
  "issued": "2023-05-10T06:00:00+08:00",
  "valueQuantity": {
    "value": 10
  }
}