This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@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 "order-lkxray"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest";
fhir:index 0;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest> ], [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest";
fhir:index 1;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"order-lkxray\"> </a></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 ServiceRequest "order-lkxray" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-servicerequest.html\">AU Core ServiceRequest</a>, <a href=\"http://hl7.org.au/fhir/4.1.0/StructureDefinition-au-diagnosticrequest.html\">AU Base Diagnostic Request</a></p></div><p><b>targetBodyStructure</b>: <a name=\"left-knee\"> </a></p><blockquote><p/><p><a name=\"left-knee\"> </a></p><p><b>location</b>: Knee region structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72696002)</span></p><p><b>locationQualifier</b>: Left <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000)</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p></blockquote><p><b>identifier</b>: Placer Order Identifier: 3451451241</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: Diagnostic imaging service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708175003)</span>, Plain X-ray imaging - action <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#312254007)</span></p><p><b>code</b>: Left Knee X-Ray <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#427019001 "X-ray of left knee")</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p><p><b>authoredOn</b>: 2023-03-10 11:15:00+1000</p><p><b>requester</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>performerType</b>: Diagnostic radiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78729002)</span></p><p><b>reasonCode</b>: Acute Pain in Knee Joint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#112581000119104 "Acute knee joint pain")</span></p><hr/><blockquote><p><b>Generated Narrative: BodyStructure #left-knee</b><a name=\"left-knee\"> </a></p><p><b>location</b>: Knee region structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#72696002)</span></p><p><b>locationQualifier</b>: Left <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000)</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p></blockquote></div>"
]; #
fhir:DomainResource.contained [
a fhir:BodyStructure;
fhir:index 0;
fhir:Resource.id [ fhir:value "left-knee" ];
fhir:BodyStructure.location [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:72696002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "72696002" ];
fhir:Coding.display [ fhir:value "Knee region structure" ] ] ];
fhir:BodyStructure.locationQualifier [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:7771000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "7771000" ];
fhir:Coding.display [ fhir:value "Left" ] ] ];
fhir:BodyStructure.patient [
fhir:Reference.reference [ fhir:value "Patient/wang-li" ] ]
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "#left-knee" ] ]
]; #
fhir:ServiceRequest.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "PLAC" ];
fhir:Coding.display [ fhir:value "Placer Identifier" ] ];
fhir:CodeableConcept.text [ fhir:value "Placer Order Identifier" ] ];
fhir:Identifier.system [ fhir:value "http://bobrestergp.example.com/order/" ];
fhir:Identifier.value [ fhir:value "3451451241" ];
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Bobregster Medical Center QLD" ] ]
]; #
fhir:ServiceRequest.status [ fhir:value "completed"]; #
fhir:ServiceRequest.intent [ fhir:value "order"]; #
fhir:ServiceRequest.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:708175003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "708175003" ];
fhir:Coding.display [ fhir:value "Diagnostic imaging service" ] ]
], [
fhir:index 1;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:312254007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "312254007" ];
fhir:Coding.display [ fhir:value "Plain X-ray imaging - action" ] ]
]; #
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:427019001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "427019001" ];
fhir:Coding.display [ fhir:value "X-ray of left knee" ] ];
fhir:CodeableConcept.text [ fhir:value "Left Knee X-Ray" ]
]; #
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/wang-li" ]
]; #
fhir:ServiceRequest.authoredOn [ fhir:value "2023-03-10T11:15:00+10:00"^^xsd:dateTime]; #
fhir:ServiceRequest.requester [
fhir:Reference.reference [ fhir:value "PractitionerRole/bobrester-bob-gp" ]
]; #
fhir:ServiceRequest.performerType [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:78729002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "78729002" ] ];
fhir:CodeableConcept.text [ fhir:value "Diagnostic radiologist" ]
]; #
fhir:ServiceRequest.reasonCode [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:112581000119104;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "112581000119104" ];
fhir:Coding.display [ fhir:value "Acute knee joint pain" ] ];
fhir:CodeableConcept.text [ fhir:value "Acute Pain in Knee Joint" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.1.0-draft based on FHIR 4.0.1. Generated 2023-03-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change