FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | Observation |
| Id | Observation-connectdtx-observation-hosp-sct-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-sct-example"
Profile: ConnectDTx Observation
status: final
category: Activity (Observation Category Codes#activity)
code: ISI (Insomnia Severity Index) score (SNOMED CT#762989006)
subject: Patient/connectdtx-patient-example ""
effective: 2000-01-01 14:05:00+0900
value: 14/28
{
"resourceType": "Observation",
"id": "connectdtx-observation-hosp-sct-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": "http://snomed.info/sct",
"code": "762989006",
"display": "ISI (Insomnia Severity Index) score"
}
]
},
"subject": {
"reference": "Patient/connectdtx-patient-example"
},
"effectiveDateTime": "2000-01-01T14:05:00+09:00",
"valueRatio": {
"numerator": {
"value": 14
},
"denominator": {
"value": 28
}
}
}