HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example HealthcareService with Specialty - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/ExampleHealthcareService> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleHealthcareService"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.hl7.at/core/r5/StructureDefinition/at-core-HealthcareService"^^xsd:anyURI ;
fhir:link <https://fhir.hl7.at/core/r5/StructureDefinition/at-core-HealthcareService>
] )
] ; #
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 ExampleHealthcareService</b></p><a name=\"ExampleHealthcareService\"> </a><a name=\"hcExampleHealthcareService\"> </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-at-core-HealthcareService.html\">HL7® AT Core HealthcareService Profile</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-HL7ATCoreOrganizationExample01.html\">Organization Amadeus Spital</a></p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.hl7.at/core/r5/CodeSystem/at-funktionscode 11114}\">Rheumatologie</span></p><p><b>location</b>: <a href=\"Location-HL7ATCoreLocationLinz.html\">Location Campus Linz</a></p><p><b>name</b>: Rheumatology Service</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:active [ fhir:v true] ; #
fhir:providedBy [
fhir:link <http://hl7.org/fhir/Organization/HL7ATCoreOrganizationExample01> ;
fhir:reference [ fhir:v "Organization/HL7ATCoreOrganizationExample01" ]
] ; #
fhir:specialty ( [
fhir:coding ( [
fhir:system [ fhir:v "https://fhir.hl7.at/core/r5/CodeSystem/at-funktionscode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11114" ] ;
fhir:display [ fhir:v "Rheumatologie" ]
] )
] ) ; #
fhir:location ( [
fhir:link <http://hl7.org/fhir/Location/HL7ATCoreLocationLinz> ;
fhir:reference [ fhir:v "Location/HL7ATCoreLocationLinz" ]
] ) ; #
fhir:name [ fhir:v "Rheumatology Service"] . #
<http://hl7.org/fhir/Organization/HL7ATCoreOrganizationExample01> a fhir:Organization .
<http://hl7.org/fhir/Location/HL7ATCoreLocationLinz> a fhir:Location .