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

FHIR IG analytics

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

CycleCount: 10

IOT: Curative

Regimen type: FOLFOX6

RegimenOTU

  • benefit: 1
  • acceptable: 1

RegimenDiscontinued

  • patientfactors: Drug discontinued - too expensive (situation)

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

status: Revoked

intent: Plan

category: 261751000210101

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-regimen-2",
  "meta": {
    "profile": [
      "http://canshare.co.nz/fhir/StructureDefinition/an-careplan-regimen"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-cycle-count",
      "valueInteger": 10
    },
    {
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-iot",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct/21000210109",
            "code": "373808002",
            "display": "Curative"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org.nz/fhir/StructureDefinition/sact-regimen-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://standards.digital.health.nz/ns/sact-regimen-code",
            "code": "FOLFOX6"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "benefit",
          "valueInteger": 1
        },
        {
          "url": "acceptable",
          "valueInteger": 1
        }
      ],
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-regimen-otu"
    },
    {
      "extension": [
        {
          "url": "patientfactors",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct/21000210109",
                "code": "182872003",
                "display": "Drug discontinued - too expensive (situation)"
              }
            ]
          }
        }
      ],
      "url": "http://canshare.co.nz/fhir/StructureDefinition/an-regimen-discontinued"
    }
  ],
  "identifier": [
    {
      "system": "http://canshare.co.nz/fhir/NamingSystem/1",
      "value": "abc"
    }
  ],
  "status": "revoked",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct/21000210109",
          "code": "261751000210101"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/exPatient"
  },
  "period": {
    "start": "2012-01-01",
    "end": "2012-01-01"
  }
}