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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Coverage;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "phcp-coverage-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-09T20:35:09.080+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#veFHiJYYqE2f6rg0" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Coverage";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Coverage> ]
];
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:3e676a50-7aac-11db-9fe1-0800200c9a66</p><p><b>status</b>: active</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode SUBSUPP}\">subsidized supplemental health program</span></p><p><b>policyHolder</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>beneficiary</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>payor</b>: <a href=\"Organization-phcp-payer-organization-example.html\">Generated Summary: id: 1234567; active; name: Acme Payer; Phone: (+1) 734-677-7777, hq@acme.org</a></p></div>"
];
fhir:Coverage.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:3e676a50-7aac-11db-9fe1-0800200c9a66" ]
];
fhir:Coverage.status [ fhir:value "active"];
fhir:Coverage.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "SUBSUPP" ];
fhir:Coding.display [ fhir:value "subsidized supplemental health program" ] ]
];
fhir:Coverage.policyHolder [
fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ]
];
fhir:Coverage.beneficiary [
fhir:Reference.reference [ fhir:value "Patient/phcp-patient-example" ]
];
fhir:Coverage.payor [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/phcp-payer-organization-example" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.