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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-clinical-result-example.json
FHIR VersionR4

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


Source1

{
  "resourceType": "Observation",
  "id": "obs-clinical-result-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-clinical-result-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ],
      "text": "Exam"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "44963-7"
      }
    ],
    "text": "Capillary refill Time Nail Bed"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "encounter": {
    "reference": "Encounter/enc-example"
  },
  "effectiveDateTime": "2021-11-10T16:48:57.246958-08:00",
  "valueQuantity": {
    "value": 1,
    "unit": "s",
    "system": "http://unitsofmeasure.org",
    "code": "s"
  }
}