FHIR IG analytics| Package | tsti.adultcheck |
| Resource Type | Observation |
| Id | Observation-observation-depress-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-depress-example",
"meta": {
"profile": [
"https://tstifhir.azurehealthcareapis.com/StructureDefinition/ObservationDepression-adultcheck"
]
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "MRT",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://tsti.hospital.com",
"value": "000120230721"
}
],
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"performer": [
{
"reference": "Organization/org-test-example"
}
],
"component": [
{
"code": {
"coding": [
{
"code": "66446005",
"system": "http://snomed.info/sct",
"display": "Depressed mood"
}
],
"text": "憂鬱檢測:第一題 感覺情緒低落沮喪"
},
"valueString": "是"
},
{
"code": {
"coding": [
{
"code": "713566001",
"system": "http://snomed.info/sct",
"display": "Lack of interest"
}
],
"text": "憂鬱檢測:第二題做事情失去興趣"
},
"valueString": "否"
}
],
"status": "preliminary",
"code": {
"coding": [
{
"code": "89210-9",
"system": "http://loinc.org",
"display": "Beck Depression Inventory II [BDI]"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2022-08-01T17:00:14-05:00"
}