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. 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:ServiceRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "phcp-servicerequest-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2020-02-11T23:02:58.162+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#5cj21qBnjZMlQ9w6" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-ServiceRequest";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-ServiceRequest> ]
];
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:70bdd7db-e02d-4eff-9829-35e3b7d9e154</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 733901008}\">Referral to self-management support service</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>occurrence</b>: 2016-12-01</p><p><b>requester</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p></div>"
];
fhir:ServiceRequest.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:70bdd7db-e02d-4eff-9829-35e3b7d9e154" ]
];
fhir:ServiceRequest.status [ fhir:value "active"];
fhir:ServiceRequest.intent [ fhir:value "plan"];
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:733901008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "733901008" ];
fhir:Coding.display [ fhir:value "Referral to self-management support service" ] ]
];
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ]
];
fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2016-12-01"^^xsd:date];
fhir:ServiceRequest.requester [
fhir:Reference.reference [ fhir:value "PractitionerRole/phcp-practitionerrole-example" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.