This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, 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 "phcp-intervention-procedure-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-08T07:53:51.531+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#Inu0bySZnbO5WXoH" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Intervention-Procedure";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Intervention-Procedure> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:0bc79f35-1431-42b5-881a-974d1fd28444</p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 713116003}\">Monitoring adherence to medication regime (regime/therapy)</span></p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>performed</b>: 2016-11-25 --> 2016-11-25</p><p><b>asserter</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></td></tr></table></div>"
];
fhir:Procedure.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:0bc79f35-1431-42b5-881a-974d1fd28444" ]
];
fhir:Procedure.status [ fhir:value "completed"];
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:713116003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "713116003" ];
fhir:Coding.display [ fhir:value "Monitoring adherence to medication regime (regime/therapy)" ] ]
];
fhir:Procedure.subject [
fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ]
];
fhir:Procedure.performedPeriod [
fhir:Period.start [ fhir:value "2016-11-25"^^xsd:date ];
fhir:Period.end [ fhir:value "2016-11-25"^^xsd:date ]
];
fhir:Procedure.asserter [
fhir:Reference.reference [ fhir:value "PractitionerRole/phcp-practitionerrole-example" ]
];
fhir:Procedure.performer [
fhir:index 0;
fhir:Procedure.performer.actor [
fhir:Reference.reference [ fhir:value "PractitionerRole/phcp-practitionerrole-example" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.