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

: HealthcareService Orthopedics Fulfiller - 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:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HealthcareServiceOrthopedicsFulfiller"] ; # 
  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: HealthcareService HealthcareServiceOrthopedicsFulfiller</b></p><a name=\"HealthcareServiceOrthopedicsFulfiller\"> </a><a name=\"hcHealthcareServiceOrthopedicsFulfiller\"> </a><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"http://registry.example.org/fhir/Organization/Fulfiller\">http://registry.example.org/fhir/Organization/Fulfiller</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 183545006}\">Referral to orthopedic service (procedure)</span></p><p><b>name</b>: Orthopedic Surgery</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
fhir:link <http://registry.example.org/fhir/Organization/Fulfiller> ;
fhir:reference [ fhir:v "http://registry.example.org/fhir/Organization/Fulfiller" ]
  ] ; # 
  fhir:type ( [
    ( 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:name [ fhir:v "Orthopedic Surgery"] . #