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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeObservation
IdObservation-obs-bodyheight-example-dcr.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

身高資料

狀態:Final ( ObservationStatus#final)

分類:Vital Signs ( Observation Category Codes#vital-signs)

檢驗項目:Body height ( LOINC#8302-2 "Body height")

病人Patient/PatientDCR-min "王童"

檢查者Practitioner/PractitionerClinEMR-min "黃啟揚"

執行日期:2010-04-01

檢驗值:162 cm


Source1

{
  "resourceType": "Observation",
  "id": "obs-bodyheight-example-dcr",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationbodyheight-clinemr"
    ]
  },
  "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientDCR-min"
  },
  "effectiveDateTime": "2010-04-01",
  "performer": [
    {
      "reference": "Practitioner/PractitionerClinEMR-min"
    }
  ],
  "valueQuantity": {
    "value": 162,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}