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:Communication;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Claim001Communication"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication";
fhir:index 0;
fhir:link <https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-communication> ]
];
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 \"Claim001Communication\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-communication.html\">openIMIS Communication</a></p></div><p><b>status</b>: completed</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>: yes</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>: 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>: yes</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>: yes</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>: 4</p></blockquote></div>"
];
fhir:Communication.status [ fhir:value "completed"];
fhir:Communication.subject [
fhir:Reference.reference [ fhir:value "Patient/john-doe" ]
];
fhir:Communication.about [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Claim/Claim001" ]
];
fhir:Communication.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:Communication.payload.contentString [ fhir:value "yes" ]
], [
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:Communication.payload.contentString [ fhir:value "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:Communication.payload.contentString [ fhir:value "yes" ]
], [
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:Communication.payload.contentString [ fhir:value "yes" ]
], [
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:Communication.payload.contentString [ fhir:value "4" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.