Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "simple-observation-disability-status",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-disability-status"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Disability Status Example</b></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code" : "disability-status",
"display" : "Disability Status"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "69856-3",
"display" : "Are you deaf, or do you have serious difficulty hearing"
}
]
},
"subject" : {
"reference" : "Patient/example"
},
"effectiveDateTime" : "2022-11-27T19:22:02Z",
"performer" : [
{
"reference" : "Practitioner/practitioner-1"
}
],
"valueBoolean" : true,
"derivedFrom" : [
{
"reference" : "Observation/PHQ9-panel-example-44249-1"
}
]
}