@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HL7ATSchedulingHealthcareServiceExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-healthcareservice"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "Generated Narrative: HealthcareService HL7ATSchedulingHealthcareServiceExample01 Profile: HL7® AT Scheduling HealthcareService Profileactive: trueprovidedBy: Amadeus Spitaltype: Allgemeinmedizinname: Allgemeinmedizinische Versorgung"^^rdf:XMLLiteral ] ] ; # fhir:active [ fhir:v true] ; # fhir:providedBy [ fhir:l ; fhir:reference [ fhir:v "Organization/HL7ATCoreOrganizationExample01" ] ; fhir:display [ fhir:v "Amadeus Spital" ] ] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "65" ] ; fhir:display [ fhir:v "Physiotherapy" ] ] ) ; fhir:text [ fhir:v "Allgemeinmedizin" ] ] ) ; # fhir:name [ fhir:v "Allgemeinmedizinische Versorgung"] . # # -------------------------------------------------------------------------------------
Generated Narrative: HealthcareService HL7ATSchedulingHealthcareServiceExample01
Profile: HL7® AT Scheduling HealthcareService Profile
active: true
providedBy: Amadeus Spital
type: Allgemeinmedizin
name: Allgemeinmedizinische Versorgung