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

FHIR IG analytics

Packagekl.dk.fhir.gateway
Resource TypeCarePlan
IdCarePlan-Dialyse.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

Generated Narrative: CarePlan Dialyse

status: Active

intent: Plan

subject: Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#0101010101 (use: official, ))

period: 2020-08-14 --> (ongoing)

activity

Details

-CodeStatus
*DialyseIn Progress

Source1

{
  "resourceType": "CarePlan",
  "id": "Dialyse",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/TestPerson"
  },
  "period": {
    "start": "2020-08-14"
  },
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "urn:oid:1.2.208.176.2.21",
              "code": "G1.10"
            }
          ]
        },
        "status": "in-progress"
      }
    }
  ]
}