FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | Observation |
| Id | Observation-CarlFredericksonOUDThoughtRecord.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation CarlFredericksonOUDThoughtRecord
Security Labels: restricted (Details: Confidentiality code R = 'restricted'), behavioral health information sensitivity (Details: ActCode code BH = 'behavioral health information sensitivity'), psychotherapy note information sensitivity (Details: ActCode code PSYTHPN = 'psychotherapy note information sensitivity')
identifier: http://example.com/demo/observation-identifier/OUDTR-56782
status: Final
code: Mapple CBT Tool - OUD self-help thought record
subject: Carl Frederickson Male, DoB: 1950-04-22
effective: 2023-08-05 14:45:00+0000
performer: Carl Frederickson Male, DoB: 1950-04-22
{
"resourceType": "Observation",
"id": "CarlFredericksonOUDThoughtRecord",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "BH"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PSYTHPN"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/demo/observation-identifier",
"value": "OUDTR-56782"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "444175001",
"display": "Guided self-help cognitive behavioral therapy (regime/therapy)"
}
],
"text": "Mapple CBT Tool - OUD self-help thought record"
},
"subject": {
"reference": "Patient/CarlFrederickson"
},
"effectiveDateTime": "2023-08-05T14:45:00Z",
"performer": [
{
"reference": "Patient/CarlFrederickson"
}
]
}