FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | CarePlan |
| Id | CarePlan-careplan-regimen-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan careplan-regimen-2
Profile: Regimen Careplan
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
period: 2012-01-01 --> 2012-01-01
{
"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"
}
}