FHIR IG analytics| Package | hl7.fhir.us.cdc-opioid-cpg.r4b |
| Resource Type | CarePlan |
| Id | CarePlan-pain-treatment.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan pain-treatment
Profile: Pain Treatment CarePlan Profile
status: Active
intent: Plan
category: Assessment and Plan of Treatment
subject: Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))
created: 2025-07-01
{
"resourceType": "CarePlan",
"id": "pain-treatment",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Pain Treatment Careplan Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a pain treatment CarePlan example for the *Pain Treatment CarePlan Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/PainTreatmentCarePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code": "assess-plan",
"display": "Assessment and Plan of Treatment"
},
{
"system": "http://loinc.org",
"code": "80764-4",
"display": "Pain medicine Plan of care note"
}
]
}
],
"subject": {
"reference": "Patient/opioid-review-useful"
},
"created": "2025-07-01"
}