Publication Build: This will be filled in by the publication tooling
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:id [ fhir:v "order-lkxray"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest> ] [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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.1-preview/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:contained ( [
a fhir:BodyStructure ;
fhir:id [ fhir:v "left-knee" ] ;
fhir:location [
( fhir:coding [
a sct:72696002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72696002" ] ;
fhir:display [ fhir:v "Knee region structure" ] ] ) ] ;
( fhir:locationQualifier [
( fhir:coding [
a sct:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left" ] ] ) ] ) ;
fhir:patient [
fhir:reference [ fhir:v "Patient/wang-li" ] ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#left-knee" ] ]
] ) ; #
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:text [ fhir:v "Placer Order Identifier" ] ] ;
fhir:system [ fhir:v "http://bobrestergp.example.com/order/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3451451241" ] ;
fhir:assigner [
fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:708175003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708175003" ] ;
fhir:display [ fhir:v "Diagnostic imaging service" ] ] )
] [
( fhir:coding [
a sct:312254007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "312254007" ] ;
fhir:display [ fhir:v "Plain X-ray imaging - action" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:427019001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "427019001" ] ;
fhir:display [ fhir:v "X-ray of left knee" ] ] ) ;
fhir:text [ fhir:v "Left Knee X-Ray" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/wang-li" ]
] ; #
fhir:authoredOn [ fhir:v "2023-03-10T11:15:00+10:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ]
] ; #
fhir:performerType [
( fhir:coding [
a sct:78729002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78729002" ] ] ) ;
fhir:text [ fhir:v "Diagnostic radiologist" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:112581000119104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "112581000119104" ] ;
fhir:display [ fhir:v "Acute knee joint pain" ] ] ) ;
fhir:text [ fhir:v "Acute Pain in Knee Joint" ]
] ) . #
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.1-preview based on FHIR 4.0.1. Generated 2023-08-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change