FHIR IG analytics| Package | hl7.fhir.us.pco.r4 |
| Resource Type | Observation |
| Id | Observation-pcoWhatMattersRelationshipsExampleFutureChanges.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pcoWhatMattersRelationshipsExampleFutureChanges
Profile: What Matters Assessment
status: Final
category: What Matters, Survey
code: Future Changes
effective: 2025-02-14 15:10:00+0000
value: I want to join a small group of friends for lunch.
derivedFrom: Observation Family, Friends & Co-Workers
{
"resourceType": "Observation",
"id": "pcoWhatMattersRelationshipsExampleFutureChanges",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-what-matters-assessment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts-temporary",
"code": "what-matters",
"display": "What Matters"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/pco/CodeSystem/what-matters-concepts-temporary",
"code": "future-changes",
"display": "Future Changes"
}
]
},
"subject": {
"reference": "Patient/pcoPatientJones"
},
"effectiveDateTime": "2025-02-14T15:10:00Z",
"performer": [
{
"reference": "Patient/pcoPatientJones"
}
],
"valueString": "I want to join a small group of friends for lunch.",
"derivedFrom": [
{
"reference": "Observation/pcoWhatMattersRelationshipsExample"
}
]
}