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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeCarePlan
IdCarePlan-colonoscopy.json
FHIR VersionR2

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

Assessment
  1. Recurrent GI bleed of unknown etiology; hypotension perhaps secondary to this but as likely secondary to polypharmacy.
  2. Acute on chronic anemia secondary to #1.
  3. Azotemia, acute renal failure with volume loss secondary to #1.
  4. Hyperkalemia secondary to #3 and on ACE and K+ supplement.
  5. Other chronic diagnoses as noted above, currently stable.
Planned Activity Planned Date
Colonoscopy April 21, 2000

Source1

{
  "resourceType": "CarePlan",
  "id": "colonoscopy",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-careplan"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "subject": {
    "reference": "Patient/peter-chalmers",
    "display": "Peter Chalmers"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://argonaut.hl7.org",
          "code": "assess-plan"
        }
      ]
    }
  ]
}