AU eRequesting Implementation Guide
1.0.1-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: ServiceRequest - Chest X-ray - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/order-xray-1> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "order-xray-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest order-xray-1</b></p><a name=\"order-xray-1\"> </a><a name=\"hcorder-xray-1\"> </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-au-erequesting-servicerequest-imag.html\">AU eRequesting Imaging Request</a></p></div><p><b>AU eRequesting Display Sequence</b>: 1</p><p><b>identifier</b>: Placer Identifier/EMC4542244-5624-01</p><p><b>requisition</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399208008}\">Chest X-Ray</span></p><p><b>subject</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>encounter</b>: <a href=\"Encounter-gp-consultation.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = General practice service; period = 2024-05-11 10:15:00+1000 --&gt; 2024-05-11 10:30:00+1000</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href=\"PractitionerRole-generalpractitioner-guthridge-jarred.html\">PractitionerRole General practitioner</a></p><p><b>insurance</b>: <a href=\"Coverage-coverage-concession.html\">Coverage: status = active; type = Concession</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-displaysequence" ] ;
     fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
  ] ;
  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:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359" ] ;
     fhir:Identifier.value [ fhir:value "EMC4542244-5624-01" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Elimbah Medical Centre" ]
     ]
  ] ;
  fhir:ServiceRequest.requisition [
     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 "PGN" ] ;
         fhir:Coding.display [ fhir:value "Placer Group Number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359" ] ;
     fhir:Identifier.value [ fhir:value "EMC4542244-5624" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Elimbah Medical Centre" ]
     ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:363679005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "363679005" ] ;
       fhir:Coding.display [ fhir:value "Imaging" ]
     ]
  ] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:399208008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "399208008" ] ;
       fhir:Coding.display [ fhir:value "Plain chest X-ray" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Chest X-Ray" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/roberts-fred> ;
     fhir:Reference.reference [ fhir:value "Patient/roberts-fred" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/gp-consultation> ;
     fhir:Reference.reference [ fhir:value "Encounter/gp-consultation" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-11"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/generalpractitioner-guthridge-jarred" ]
  ] ;
  fhir:ServiceRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/coverage-concession> ;
     fhir:Reference.reference [ fhir:value "Coverage/coverage-concession" ]
  ] .

<http://hl7.org/fhir/Patient/roberts-fred> a fhir:Patient .

<http://hl7.org/fhir/Encounter/gp-consultation> a fhir:Encounter .

<http://hl7.org/fhir/PractitionerRole/generalpractitioner-guthridge-jarred> a fhir:PractitionerRole .

<http://hl7.org/fhir/Coverage/coverage-concession> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/order-xray-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/order-xray-1.ttl> .