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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-ofc-percentile-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

Generated Narrative: Observation obs-ofc-percentile-example

status: Final

category: Vital Signs

code: Head Occipital-frontal circumference Percentile

subject: 李貝拉(official) Female, DoB: 2019-11-26 ( Medical record number (use: official, ))

effective: 2020-07-01

value: 82 % (Details: UCUM code% = '%')

note:

WHO Males, 0-2 years Chart


Source1

{
  "resourceType": "Observation",
  "id": "obs-ofc-percentile-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pediatric-head-circumference-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8289-1",
        "display": "Head Occipital-frontal circumference Percentile"
      }
    ],
    "text": "Head Occipital-frontal circumference Percentile"
  },
  "subject": {
    "reference": "Patient/pat-child-example"
  },
  "effectiveDateTime": "2020-07-01",
  "valueQuantity": {
    "value": 82,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "note": [
    {
      "text": "WHO Males, 0-2 years Chart"
    }
  ]
}