PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: Example-Smith-Johnson-CPR-ServiceRequest1 - TTL Representation
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 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 "Example-Smith-Johnson-CPR-ServiceRequest1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest Example-Smith-Johnson-CPR-ServiceRequest1</b></p><a name=\"Example-Smith-Johnson-CPR-ServiceRequest1\"> </a><a name=\"hcExample-Smith-Johnson-CPR-ServiceRequest1\"> </a><a name=\"Example-Smith-Johnson-CPR-ServiceRequest1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 100822-6}\">Cardiopulmonary resuscitation orders</span></p><p><b>doNotPerform</b>: true</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 89666000}\">Cardiopulmonary resuscitation (procedure)</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://loinc.org LA33470-8}\">Yes CPR</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>requester</b>: <a href=\"Practitioner-Example-Kyle-Anydoc-Practitioner.html\">Practitioner Kyle Anydoc </a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a loinc:100822-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100822-6" ] ;
fhir:display [ fhir:v "Cardiopulmonary resuscitation orders" ] ] )
] ) ; #
fhir:doNotPerform [ fhir:v "true"^^xsd:boolean] ; #
fhir:code [
( fhir:coding [
a sct:89666000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89666000" ] ;
fhir:display [ fhir:v "Cardiopulmonary resuscitation (procedure)" ] ] )
] ; #
fhir:orderDetail ( [
( fhir:coding [
a loinc:LA33470-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA33470-8" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/Example-Kyle-Anydoc-Practitioner" ]
] . #