FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-anxiety-assessment-observation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation anxiety-assessment-observation-example-1
status: Final
category: Survey
code: M3 Checklist
subject: James Wolff
effective: 2024-02-01
performer: Dr. Lazslo Cravensworth
| Code | Value[x] |
| I have attacks of anxiety or panic since I took my last screen [M3] | Most of the time |
{
"resourceType": "Observation",
"id": "anxiety-assessment-observation-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
],
"text": "Survey"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "71891-6",
"display": "M3 Checklist - follow-up [M3]"
}
],
"text": "M3 Checklist"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Practitioner/mental-health-provider-example-1",
"display": "Dr. Lazslo Cravensworth"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "71816-3",
"display": "I have attacks of anxiety or panic since I took my last screen [M3]"
}
],
"text": "I have attacks of anxiety or panic since I took my last screen [M3]"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA14734-0",
"display": "Most of the time"
}
],
"text": "Most of the time"
}
}
]
}