MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "RT1234"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2021-08-31T21:04:32.011+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#A1pIbi9fE3WAW24w" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Renal Transplant\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Goal/QualityOfLife" ] ]
];
fhir:Procedure.status [ fhir:value "completed"];
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:70536003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "70536003" ];
fhir:Coding.display [ fhir:value "Transplant of kidney (procedure)" ] ];
fhir:CodeableConcept.text [ fhir:value "Transplant of kidney" ]
];
fhir:Procedure.subject [
fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
fhir:Reference.display [ fhir:value "Patricia Noelle" ]
];
fhir:Procedure.performedDateTime [ fhir:value "2013-04-05"^^xsd:date];
fhir:Procedure.recorder [
fhir:Reference.reference [ fhir:value "Practitioner/example" ];
fhir:Reference.display [ fhir:value "Dr Cecil Surgeon" ]
];
fhir:Procedure.asserter [
fhir:Reference.reference [ fhir:value "Practitioner/example" ];
fhir:Reference.display [ fhir:value "Dr Cecil Surgeon" ]
];
fhir:Procedure.performer [
fhir:index 0;
fhir:Procedure.performer.actor [
fhir:Reference.reference [ fhir:value "Practitioner/example" ];
fhir:Reference.display [ fhir:value "Dr Cecil Surgeon" ] ]
];
fhir:Procedure.reasonReference [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Condition/f202" ];
fhir:Reference.display [ fhir:value "Chronic Kidney Disease" ]
];
fhir:Procedure.followUp [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "ROS 5 days - 2013-04-10" ]
];
fhir:Procedure.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "End stage renal disease status for 2 years on dialysis. Matching donor found." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.