openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CommunicationRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Claim001CommunicationRequest"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication-request";
fhir:index 0;
fhir:link <https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication-request> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Claim001CommunicationRequest\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-communication-request.html\">openIMIS CommunicationRequest</a></p></div><p><b>status</b>: active</p><p><b>statusReason</b>: Selected <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-status.html\">Feedback Status (CommunicationRequest)</a>#4)</span></p><p><b>subject</b>: <a href=\"Patient-john-doe.html\">Patient/john-doe</a> \" DOE\"</p><p><b>about</b>: <a href=\"Claim-Claim001.html\">Claim/Claim001</a></p><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Care Rendered? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#CareRendered)</span></p><p><b>content</b>: Care Rendered? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Payment Asked? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#PaymentAsked)</span></p><p><b>content</b>: Payment Asked? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Drug Prescribed? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#DrugPrescribed)</span></p><p><b>content</b>: Drug Prescribed? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Drug Received? (yes|no) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#DrugReceived)</span></p><p><b>content</b>: Drug Received? (yes|no)</p></blockquote><blockquote><p><b>payload</b></p><p><b>Payload Type (CommunicationRequest | Communication)</b>: Asessment? (0|1|2|3|4|5) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-feedback-payload.html\">Feedback Payload (CommunicationRequest | Communication)</a>#Asessment)</span></p><p><b>content</b>: Asessment? (0|1|2|3|4|5)</p></blockquote><p><b>recipient</b>: <a href=\"Practitioner-Roberts-Jeb-EO.html\">Practitioner/Roberts-Jeb-EO</a> \" ROBERTS\"</p></div>"
];
fhir:CommunicationRequest.status [ fhir:value "active"];
fhir:CommunicationRequest.statusReason [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-status" ];
fhir:Coding.code [ fhir:value "4" ];
fhir:Coding.display [ fhir:value "Selected" ] ]
];
fhir:CommunicationRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/john-doe" ]
];
fhir:CommunicationRequest.about [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Claim/Claim001" ]
];
fhir:CommunicationRequest.payload [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload" ];
fhir:Coding.code [ fhir:value "CareRendered" ] ] ] ];
fhir:CommunicationRequest.payload.contentString [ fhir:value "Care Rendered? (yes|no)" ]
], [
fhir:index 1;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload" ];
fhir:Coding.code [ fhir:value "PaymentAsked" ] ] ] ];
fhir:CommunicationRequest.payload.contentString [ fhir:value "Payment Asked? (yes|no)" ]
], [
fhir:index 2;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload" ];
fhir:Coding.code [ fhir:value "DrugPrescribed" ] ] ] ];
fhir:CommunicationRequest.payload.contentString [ fhir:value "Drug Prescribed? (yes|no)" ]
], [
fhir:index 3;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload" ];
fhir:Coding.code [ fhir:value "DrugReceived" ] ] ] ];
fhir:CommunicationRequest.payload.contentString [ fhir:value "Drug Received? (yes|no)" ]
], [
fhir:index 4;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/communication-payload-type" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/feedback-payload" ];
fhir:Coding.code [ fhir:value "Asessment" ] ] ] ];
fhir:CommunicationRequest.payload.contentString [ fhir:value "Asessment? (0|1|2|3|4|5)" ]
];
fhir:CommunicationRequest.recipient [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/Roberts-Jeb-EO" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.