HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-observation-foetal-kick - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-observation-foetal-kick",
  "meta" : {
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-foetal-kick-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-foetal-kick</b></p><a name=\"example-observation-foetal-kick\"> </a><a name=\"hcexample-observation-foetal-kick\"> </a><a name=\"example-observation-foetal-kick-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-foetal-kick-my-core.html\">Observation Foetal Kick (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/foetal-kick</code>/20230513a1fe467-cad5-4ec9-83f8-fd6dfb46470c</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251682005}\">Foetal Kick Count</span></p><p><b>subject</b>: <a href=\"Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c\">Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c</a></p><p><b>effective</b>: 2023-05-10 06:00:00+0800 --&gt; 2023-05-10 10:00:00+0800</p><p><b>issued</b>: 2023-05-10 06:00:00+0800</p><p><b>value</b>: 10</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hie.moh.gov.my/sid/foetal-kick",
      "value" : "20230513a1fe467-cad5-4ec9-83f8-fd6dfb46470c"
    }
  ],
  "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
  }
}