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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeCarePlan
IdCarePlan-chr-on-west-CarePlan-5001.json
FHIR VersionR4

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

Care Plan: Assessment and Plan — December 10, 2024. Patient presents with acute bronchitis. Prescribed amoxicillin 500mg TID x 7 days. Rest, fluids. Follow up if no improvement in 5 days.

Source1

{
  "resourceType": "CarePlan",
  "id": "chr-on-west-CarePlan-5001",
  "meta": {
    "lastUpdated": "2024-12-10T16:45:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwCarePlan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:carePlan",
      "value": "5001"
    }
  ],
  "status": "completed",
  "intent": "plan",
  "description": "Patient presents with acute bronchitis. Prescribed amoxicillin 500mg TID x 7 days. Rest, fluids. Follow up if no improvement in 5 days.",
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "display": "Sarah Marie Johnson"
  },
  "encounter": {
    "reference": "Encounter/chr-on-west-Encounter-2001",
    "display": "Office Visit - Dec 10 2024"
  },
  "created": "2024-12-10T16:00:00Z",
  "contributor": [
    {
      "reference": "Practitioner/chr-on-west-Practitioner-501",
      "display": "Dr. Emily Thompson"
    }
  ]
}