US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.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/US-Core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "simple-observation-cognitive-status",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0-ballot"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation simple-observation-cognitive-status</b></p><a name=\"simple-observation-cognitive-status\"> </a><a name=\"hcsimple-observation-cognitive-status\"> </a><a name=\"simple-observation-cognitive-status-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category cognitive-status}\">Cognitive Status</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11332-4}\">History of Cognitive Function Narrative</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Baxter Female, DoB: 1987-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2022-11-27 19:22:02+0000</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner Ronald Bone </a></p><p><b>value</b>: Alert and oriented x 3. She is independent in household finances, social and community activities, coherent and appropriate communication. Appropriate attire for location and weather.</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code" : "cognitive-status",
"display" : "Cognitive Status"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11332-4",
"display" : "History of Cognitive Function Narrative"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"effectiveDateTime" : "2022-11-27T19:22:02Z",
"performer" : [
{
🔗 "reference" : "Practitioner/practitioner-1"
}
],
"valueString" : "Alert and oriented x 3. She is independent in household finances, social and community activities, coherent and appropriate communication. Appropriate attire for location and weather."
}