FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-obs-bodyweight-example-tcmcr.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Final ( ObservationStatus#final)
分類:Vital Signs ( Observation Category Codes#vital-signs)
檢驗項目:Body weight ( LOINC#29463-7 "Body weight")
病人:Patient/PatientTCMCR-min "陳美真"
檢查者:Practitioner/PractitionerClinEMR-pro "張正原"
執行日期:2010-04-01
檢驗值:50 kg
{
"resourceType": "Observation",
"id": "obs-bodyweight-example-tcmcr",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationbodyweight-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": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/PatientTCMCR-min"
},
"effectiveDateTime": "2010-04-01",
"performer": [
{
"reference": "Practitioner/PractitionerClinEMR-pro"
}
],
"valueQuantity": {
"value": 50,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}