FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | CarePlan |
| Id | CarePlan-careplan-regimen-1.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-1
Profile: Regimen Careplan
IOT: Active treatment
ClinicalTrial: Clinical drug trial
Regimen type: FOLFOX6
CourseNumber: 3
identifier: http://canshare.co.nz/fhir/NamingSystem/1/abc
status: Completed
intent: Plan
category: 261751000210101
period: 2012-01-01 --> 2012-01-01
{
"resourceType": "CarePlan",
"id": "careplan-regimen-1",
"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-iot",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct/21000210109",
"code": "262031000210104",
"display": "Active treatment"
}
]
}
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-clinical-trial",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct/21000210109",
"code": "185922005",
"display": "Clinical drug trial"
}
]
}
},
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/sact-regimen-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/sact-regimen-code",
"code": "FOLFOX6"
}
]
}
},
{
"url": "http://canshare.co.nz/fhir/StructureDefinition/an-course-number",
"valueInteger": 3
}
],
"identifier": [
{
"system": "http://canshare.co.nz/fhir/NamingSystem/1",
"value": "abc"
}
],
"status": "completed",
"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"
}
}