US Core Implementation Guide
9.0.0-ballot - STU 9 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: ServiceRequest DNR Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "servicerequest-pmo-example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-pmo-servicerequest|9.0.0-ballot"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-pmo-servicerequest?version=9.0.0-ballot>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-pmo-example1</b></p><a name=\"servicerequest-pmo-example1\"> </a><a name=\"hcservicerequest-pmo-example1\"> </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-us-core-pmo-servicerequest.html\">US Core PMO ServiceRequest Profileversion: null9.0.0-ballot)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 93037-0}\">PMO derived Cardiopulmonary resuscitation order</span>, <span title=\"Codes:{http://loinc.org 100822-6}\">Cardiopulmonary resuscitation orders</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LA33471-6}\">No CPR: Do Not Attempt Resuscitation</span></p><p><b>orderDetail</b>: <span title=\"Codes:\">Patient has explicitly declined CPR per advance directive discussion</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Baxter</a></p><p><b>encounter</b>: <a href=\"Encounter-1036.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Unknown (qualifier value)</a></p><p><b>occurrence</b>: 2025-08-26 --&gt; (ongoing)</p><p><b>authoredOn</b>: 2025-08-26</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Dr. Ronald Bone</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 300936002}\">Terminal illness</span></p><p><b>reasonReference</b>: <a href=\"DocumentReference-polst.html\">US Core ADI DocumentReference for POLST</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "directive"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:93037-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "93037-0" ] ;
fhir:display [ fhir:v "Portable medical order form" ]     ] ) ;
fhir:text [ fhir:v "PMO derived Cardiopulmonary resuscitation order" ]
  ] [
    ( fhir:coding [
a loinc:100822-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "100822-6" ] ;
fhir:display [ fhir:v "Cardiopulmonary resuscitation orders" ]     ] ) ;
fhir:text [ fhir:v "Cardiopulmonary resuscitation orders" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:LA33471-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "LA33471-6" ] ;
fhir:display [ fhir:v "No CPR: Do Not Attempt Resuscitation." ]     ] ) ;
fhir:text [ fhir:v "No CPR: Do Not Attempt Resuscitation" ]
  ] ; # 
  fhir:orderDetail ( [
fhir:text [ fhir:v "Patient has explicitly declined CPR per advance directive discussion" ]
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Baxter" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/1036 ;
fhir:reference [ fhir:v "Encounter/1036" ]
  ] ; # 
  fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2025-08-26"^^xsd:date ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-08-26"^^xsd:date] ; # 
  fhir:requester [
fhir:l fhir:Practitioner/practitioner-1 ;
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Dr. Ronald Bone" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:300936002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "300936002" ] ;
fhir:display [ fhir:v "Terminal illness" ]     ] ) ;
fhir:text [ fhir:v "Terminal illness" ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:l fhir:DocumentReference/polst ;
fhir:reference [ fhir:v "DocumentReference/polst" ] ;
fhir:display [ fhir:v "US Core ADI DocumentReference for POLST" ]
  ] ) . #