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

FHIR IG analytics

Packageactnow.canshare.co.nz
Resource TypeCarePlan
IdCarePlan-careplan-cycle-1.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 careplan-cycle-1

CycleNumber: 1

LastAdminDate: 2022-01-02

CyclePlannedLength: 30

identifier: http://canshare.co.nz/fhir/NamingSystem/1/abc

partOf: CarePlan: extension = Active treatment,Clinical drug trial,FOLFOX6,3; identifier = http://canshare.co.nz/fhir/NamingSystem/1#abc; status = completed; intent = plan; category = 261751000210101; period = 2012-01-01 --> 2012-01-01

status: Completed

intent: Plan

category: 261761000210103

title: Cycle 1

subject: Lorrie Lung (no stated gender), DoB: 1969-02-02 ( https://standards.digital.health.nz/ns/nhi-id#WER4568)

period: 2012-01-01 --> 2012-01-01


Source1

{
  "resourceType": "CarePlan",
  "id": "careplan-cycle-1",
  "meta": {
    "profile": [
      "http://canshare.co.nz/fhir/StructureDefinition/an-careplan-cycle"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-number",
      "valueInteger": 1
    },
    {
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-last-admin-date",
      "valueDateTime": "2022-01-02"
    },
    {
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-planned-length",
      "valueInteger": 30
    }
  ],
  "identifier": [
    {
      "system": "http://canshare.co.nz/fhir/NamingSystem/1",
      "value": "abc"
    }
  ],
  "partOf": [
    {
      "reference": "CarePlan/careplan-regimen-1"
    }
  ],
  "status": "completed",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct/21000210109",
          "code": "261761000210103"
        }
      ]
    }
  ],
  "title": "Cycle 1",
  "subject": {
    "reference": "Patient/exPatient"
  },
  "period": {
    "start": "2012-01-01",
    "end": "2012-01-01"
  }
}