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

FHIR IG analytics

Packagekl.dk.fhir.rehab
Resource TypeCarePlan
IdCarePlan-RuddiTraening.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


Source1

{
  "resourceType": "CarePlan",
  "id": "RuddiTraening",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/rehab/StructureDefinition/klgateway-140-planned-intervention"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.kl.dk/rehab/StructureDefinition/BasedOnServiceRequestExtension",
      "valueReference": {
        "reference": "ServiceRequest/RuddiGGOPInformation"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/RuddiTraeningsforloeb"
    }
  ],
  "status": "active",
  "intent": "plan",
  "subject": {
    "reference": "Patient/RuddiTestBerggren"
  },
  "period": {
    "start": "2022-05-30"
  },
  "activity": [
    {
      "detail": {
        "extension": [
          {
            "url": "http://fhir.kl.dk/rehab/StructureDefinition/DeliveryType",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
                  "code": "2865f123-15a7-4a36-a514-32ea37c400ca",
                  "display": "Gruppebaseret indsats"
                }
              ]
            }
          }
        ],
        "code": {
          "coding": [
            {
              "system": "urn:oid:1.2.208.176.2.21",
              "code": "2abe20c7-c0b4-41c1-b397-52acf36499ef",
              "display": "Fysisk træning"
            }
          ]
        },
        "status": "in-progress"
      }
    }
  ]
}