CH UMZH Connect IG (R4)
1.0.0-ballot - ballot Switzerland flag

CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Referral Orthopedic Surgery - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 "ReferralOrthopedicSurgery"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-servicerequest"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-servicerequest>     ] )
  ] ; # 
  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 ReferralOrthopedicSurgery</b></p><a name=\"ReferralOrthopedicSurgery\"> </a><a name=\"hcReferralOrthopedicSurgery\"> </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-ch-umzh-connect-servicerequest.html\">CH UMZH Connect ServiceRequest</a></p></div><p><b>identifier</b>: Placer Identifier/REF-2025-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 183545006}\">Referral to orthopedic service (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-PetraMeier.html\">Petra Meier  Female, DoB: 1992-03-26 ( Medical record number)</a></p><p><b>authoredOn</b>: 2025-12-15</p><p><b>requester</b>: <a href=\"PractitionerRole-HansMusterRole.html\">PractitionerRole</a></p><p><b>reasonReference</b>: <a href=\"Condition-SuspectedACLRupture.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageMeier.html\">Coverage: identifier = Insurance Card Number; status = active</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Condition-HeartFailureHFrEF.html\">Condition Chronic systolic (congestive) heart failure</a></li><li><a href=\"MedicationStatement-MedicationEntresto.html\">MedicationStatement: status = active; medication[x] = -&gt;Medication Entresto (Filmtabl 200 mg) Blist</a></li><li><a href=\"MedicationStatement-MedicationConcor.html\">MedicationStatement: status = active; medication[x] = -&gt;Medication Concor (Filmtabl 10 mg) Blist</a></li><li><a href=\"DocumentReference-DocCardiologyAttachment.html\">DocumentReference: status = current; date = 2025-12-19 16:12:05+0100; description = Sprechstundenbericht Kardiologie vom 19.12.2025</a></li></ul><p><b>note</b>: </p><blockquote><div><p>Suspected rupture of the left ACL.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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:value [ fhir:v "REF-2025-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:183545006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "183545006" ] ;
fhir:display [ fhir:v "Referral to orthopedic service (procedure)" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PetraMeier" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-12-15"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/HansMusterRole" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/SuspectedACLRupture" ]
  ] ) ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/CoverageMeier" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Condition/HeartFailureHFrEF" ]
  ] [
fhir:reference [ fhir:v "MedicationStatement/MedicationEntresto" ]
  ] [
fhir:reference [ fhir:v "MedicationStatement/MedicationConcor" ]
  ] [
fhir:reference [ fhir:v "DocumentReference/DocCardiologyAttachment" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Suspected rupture of the left ACL." ]
  ] ) . #