FHIR IG analytics| Package | hl7.fhir.us.pco.r4 |
| Resource Type | Observation |
| Id | Observation-pcoGASScorePractitionerFollowupExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pcoGASScorePractitionerFollowupExample
status: Final
category: Functional Status, Survey
code: Practitioner follow-up goal attainment scaling score
effective: 2025-04-17 10:15:00+0000
performer: Practitioner Maria Gonzalez, NBC-HWC
value: Expected outcome
{
"resourceType": "Observation",
"id": "pcoGASScorePractitionerFollowupExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pco/StructureDefinition/pco-gas-score-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "functional-status",
"display": "Functional Status"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "107333-7",
"display": "Practitioner follow-up goal attainment scaling score"
}
]
},
"subject": {
"reference": "Patient/pcoPatientJones"
},
"focus": [
{
"reference": "Goal/pcoGoalSocialConnectionsWithGAS"
}
],
"effectiveDateTime": "2025-04-17T10:15:00Z",
"performer": [
{
"reference": "Practitioner/pcoPractitionerGonzalez"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA34481-4",
"display": "Expected outcome"
}
]
}
}