FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cdc-opioid-cpg.r4b
Resource TypeCarePlan
IdCarePlan-pain-treatment.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CarePlan pain-treatment

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


Source1

{
  "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"
}