FHIR IG analytics| Package | hl7.fhir.us.pco.r4 |
| Resource Type | Observation |
| Id | Observation-pcoReadinessAssessmentImportance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pcoReadinessAssessmentImportance
Profile: Readiness Assessment
status: Final
category: Survey
code: Importance of change
effective: 2024-04-10 15:05:00+0000
value: 8
derivedFrom: Observation Readiness assessment
{
"resourceType": "Observation",
"id": "pcoReadinessAssessmentImportance",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-readiness-assessment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts-temporary",
"code": "importance",
"display": "Importance of change"
}
]
},
"subject": {
"reference": "Patient/pcoPatientJones"
},
"focus": [
{
"reference": "Goal/pcoGoalSocialConnectionsWithGAS"
}
],
"effectiveDateTime": "2024-04-10T15:05:00Z",
"performer": [
{
"reference": "Patient/pcoPatientJones"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA10140-4",
"display": "8"
}
]
},
"derivedFrom": [
{
"reference": "Observation/pcoReadinessAssessmentPanel"
}
]
}