German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ServiceRequest — upper-arm injection order (request lineage fixture) - TTL Representation

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/example-servicerequest-upper-arm-injection> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-servicerequest-upper-arm-injection"] ;
  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 example-servicerequest-upper-arm-injection</b></p><a name=\"example-servicerequest-upper-arm-injection\"> </a><a name=\"hcexample-servicerequest-upper-arm-injection\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 59108006}\">Injection</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller  Female, DoB: 1978-06-12</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p><p><b>authoredOn</b>: 2026-07-20 09:00:00+0200</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner-upper-arm.html\">Practitioner Lea Schneider </a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}, {http://snomed.info/sct 24028007}\">Right upper arm structure</span></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:59108006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "59108006" ] ;
       fhir:Coding.display [ fhir:value "Injection" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/example-encounter-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Encounter/example-encounter-upper-arm" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-07-20T09:00:00+02:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-upper-arm" ]
  ] ;
  fhir:ServiceRequest.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:368209003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368209003" ] ;
       fhir:Coding.display [ fhir:value "Right upper arm structure" ]
     ], [
       fhir:index 1 ;
       a sct:24028007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "24028007" ] ;
       fhir:Coding.display [ fhir:value "Right" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-encounter-upper-arm> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/example-practitioner-upper-arm> a fhir:Practitioner .

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

<http://hl7.org/fhir/ServiceRequest/example-servicerequest-upper-arm-injection.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/example-servicerequest-upper-arm-injection.ttl> .