PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: Discharge Service Request for blood chemistry procedure - 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/BSJ-SNFDischargeLabOrderBMP> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BSJ-SNFDischargeLabOrderBMP"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest BSJ-SNFDischargeLabOrderBMP</b></p><a name=\"BSJ-SNFDischargeLabOrderBMP\"> </a><a name=\"hcBSJ-SNFDischargeLabOrderBMP\"> </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=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 166312007}\">Blood chemistry (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><p><b>occurrence</b>: 2024-05-28</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-BSJ-HeartDiseaseDiagnosis.html\">Condition Ischemic heart disease (disorder)</a></li><li><a href=\"Condition-BSJ-HyperlipidemiaDiagnosis.html\">Condition Hyperlipidemia (disorder)</a></li></ul></div>"
  ] ;
  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:108252007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "108252007" ] ;
       fhir:Coding.display [ fhir:value "Laboratory procedure" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:166312007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "166312007" ] ;
       fhir:Coding.display [ fhir:value "Blood chemistry (procedure)" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2024-05-28"^^xsd:date] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2024-05-18"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ]
  ] ;
  fhir:ServiceRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HeartDiseaseDiagnosis" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/BSJ-HyperlipidemiaDiagnosis" ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:PractitionerRole .

<http://hl7.org/fhir/Condition/BSJ-HeartDiseaseDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/BSJ-HyperlipidemiaDiagnosis> a fhir:Condition .

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

<http://hl7.org/fhir/ServiceRequest/BSJ-SNFDischargeLabOrderBMP.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/BSJ-SNFDischargeLabOrderBMP.ttl> .