FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | CarePlan |
| Id | CarePlan-Example-Smith-Johnson-PMOCarePlan1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Example PMO Care Plan
{
"resourceType": "CarePlan",
"id": "Example-Smith-Johnson-PMOCarePlan1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "230690007",
"display": "Cerebrovascular accident (disorder)"
}
]
}
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "93037-0",
"display": "Portable medical order form"
}
]
}
],
"title": "Care Plan for Cerebrovascular accident",
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"addresses": [
{
"display": "Stroke and impaired speech."
}
],
"goal": [
{
"display": "Prescribe speech therapy to improve expressive dysphasia."
}
]
}