AU eRequesting Implementation Guide
1.0.0-ballot - Ballot 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.0-ballot 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 - Obstetric Ultrasound (Second Trimester) - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "order-obsus-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest order-obsus-1</b></p><a name=\"order-obsus-1\"> </a><a name=\"hcorder-obsus-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/EMC1552642-1111-01</p><p><b>requisition</b>: Placer Group Number/EMC1552642-1111</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 446208007}\">2nd Trimester US</span></p><p><b>subject</b>: <a href=\"Patient-belger-remedios.html\">Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976378)</a></p><p><b>encounter</b>: <a href=\"Encounter-obsgynaeclinic.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2025-02-21 07:50:00+1000 --&gt; 2025-02-21 08:20:00+1000</a></p><p><b>occurrence</b>: 2025-05-08 --&gt; 2025-06-11</p><p><b>authoredOn</b>: 2025-02-21</p><p><b>requester</b>: <a href=\"PractitionerRole-obstetrician-losch-sallie.html\">PractitionerRole Obstetrician and Gynaecologist</a></p><p><b>supportingInfo</b>: <a href=\"Observation-observation-pregnancy-status.html\">Pregnancy status</a></p><p><b>note</b>: </p><blockquote><div><p>18-22 week Morphology scan. Pt advised the scan is ideally done around 20 weeks gestation.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-displaysequence"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ;
fhir:display [ fhir:v "Placer Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC1552642-1111-01" ] ;
fhir:assigner [
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ) ; # 
  fhir:requisition [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ] ;
fhir:display [ fhir:v "Placer Group Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC1552642-1111" ] ;
fhir:assigner [
fhir:display [ fhir:v "Elimbah Medical Center" ]     ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:363679005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363679005" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:446208007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "446208007" ] ;
fhir:display [ fhir:v "Ultrasonography in second trimester" ]     ] ) ;
fhir:text [ fhir:v "2nd Trimester US" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/belger-remedios" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/obsgynaeclinic" ]
  ] ; # 
  fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2025-05-08"^^xsd:date ] ;
fhir:end [ fhir:v "2025-06-11"^^xsd:date ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-02-21"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/obstetrician-losch-sallie" ]
  ] ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Observation/observation-pregnancy-status" ] ;
fhir:display [ fhir:v "Pregnancy status" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "18-22 week Morphology scan. Pt advised the scan is ideally done around 20 weeks gestation." ]
  ] ) . #