Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "66ad4d84-f611-11ed-a1fc-d2cbed391bcd"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/eorders-communicationrequest-patient"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/eorders-communicationrequest-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest 66ad4d84-f611-11ed-a1fc-d2cbed391bcd</b></p><a name=\"66ad4d84-f611-11ed-a1fc-d2cbed391bcd\"> </a><a name=\"hc66ad4d84-f611-11ed-a1fc-d2cbed391bcd\"> </a><a name=\"66ad4d84-f611-11ed-a1fc-d2cbed391bcd-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-communicationrequest-patient.html\">EOrders Communication Request Patient</a></p></div><p><b>groupIdentifier</b>: Placer Group Number/GTU99999-A0168</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category instruction}\">Instruction</span></p><p><b>doNotPerform</b>: true</p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode WRITTEN}\">SMS</span></p><p><b>about</b>: </p><ul><li><a href=\"Task-5cdc3259-e41d-461e-a5fb-8e68ed6c0c1e.html\">Task Fulfill the focal request</a></li><li><a href=\"Task-1d4f3888-13b7-472d-859b-571bb7125fe2.html\">Task Fulfill the focal request</a></li></ul><p><b>authoredOn</b>: 2022-04-25 16:50:11+1000</p><p><b>requester</b>: <a href=\"PractitionerRole-570c1233-5361-453e-99a4-504c2045d27c.html\">Dr Jane Doe</a></p><p><b>recipient</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Mr Mary Smith</a></p><p><b>sender</b>: <a href=\"Organization-67904f84-aeac-44e5-a9ec-50bbb1087977.html\">Acme Pathology</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:groupIdentifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ] ] ) ;
fhir:text [ fhir:v "Placer Group Number" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003622500032165"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GTU99999-A0168" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/fdcca47c-e554-46e5-a71f-91ec855faa29" ] ;
fhir:display [ fhir:v "Small Family Trust" ] ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "instruction" ] ;
fhir:display [ fhir:v "Instruction" ] ] ) ;
fhir:text [ fhir:v "Instruction" ]
] ) ; #
fhir:doNotPerform [ fhir:v "true"^^xsd:boolean] ; #
fhir:medium ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WRITTEN" ] ;
fhir:display [ fhir:v "written" ] ] ) ;
fhir:text [ fhir:v "SMS" ]
] ) ; #
fhir:about ( [
fhir:reference [ fhir:v "Task/5cdc3259-e41d-461e-a5fb-8e68ed6c0c1e" ]
] [
fhir:reference [ fhir:v "Task/1d4f3888-13b7-472d-859b-571bb7125fe2" ]
] ) ; #
fhir:authoredOn [ fhir:v "2022-04-25T16:50:11+10:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/570c1233-5361-453e-99a4-504c2045d27c" ] ;
fhir:display [ fhir:v "Dr Jane Doe" ]
] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Patient/1078d551-7be2-49f7-a122-c230b8757f2f" ] ;
fhir:display [ fhir:v "Mr Mary Smith" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Organization/67904f84-aeac-44e5-a9ec-50bbb1087977" ] ;
fhir:display [ fhir:v "Acme Pathology" ]
] . #
IG © 2022+ Magentus Practice Management. Package geniesolutions.fhir#1.2.35 based on FHIR 4.0.1. Generated 2025-03-02
Links: Table of Contents |
QA Report