FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Observation |
| Id | Observation-connectdtx-observation-hosp-edi-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "connectdtx-observation-hosp-edi-example"
Profile: ConnectDTx Observation
status: final
category: Activity (Observation Category Codes#activity)
code: 수면리듬양상검사 (lab-result-code#F2700)
subject: Patient/connectdtx-patient-example ""
effective: 2000-01-01 14:05:00+0900
value: 95 % (Details: UCUM code % = '%')
{
"resourceType": "Observation",
"id": "connectdtx-observation-hosp-edi-example",
"meta": {
"profile": [
"http://connectdtx.kr/fhir/StructureDefinition/connectdtx-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "activity",
"display": "Activity"
}
]
}
],
"code": {
"coding": [
{
"system": "https://hira.or.kr/CodeSystem/lab-result-code",
"code": "F2700",
"display": "수면리듬양상검사"
}
]
},
"subject": {
"reference": "Patient/connectdtx-patient-example"
},
"effectiveDateTime": "2000-01-01T14:05:00+09:00",
"valueQuantity": {
"value": 95,
"system": "http://unitsofmeasure.org",
"code": "%"
}
}