FHIR IG analytics| Package | hl7.fhir.us.pco.r4 |
| Resource Type | Observation |
| Id | Observation-pcoBarrierFreeTextValue.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pcoBarrierFreeTextValue
Profile: Goal Barrier
status: Final
category: Survey
code: Assessment of barriers to meet care plan goals performed
effective: 2025-02-15 15:05:00+0000
value: I don't like to drive when it's dark.
{
"resourceType": "Observation",
"id": "pcoBarrierFreeTextValue",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-barrier"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"version": "1.0.0",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "452341000124107",
"display": "Assessment of barriers to meet care plan goals performed"
}
]
},
"subject": {
"reference": "Patient/pcoPatientJones"
},
"focus": [
{
"reference": "Goal/pcoGoalSocialConnectionsWithGAS"
}
],
"effectiveDateTime": "2025-02-15T15:05:00Z",
"performer": [
{
"reference": "Patient/pcoPatientJones"
}
],
"valueString": "I don't like to drive when it's dark."
}