Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/ServiceRequest/ldt-servicerequest-example> a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ldt-servicerequest-example"] ; 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 ldt-servicerequest-example</b></p><a name=\"ldt-servicerequest-example\"> </a><a name=\"hcldt-servicerequest-example\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-ldt-auftragsnummer.html\" title=\"Laborauftragsnummer gemaess LDT-Standard fuer ServiceRequest.identifier\">LdtAuftragsnummer</a>/LAB-2025-00123</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2160-0}\">2160-0</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>" ] ; fhir:ServiceRequest.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/ldt-auftragsnummer" ] ; fhir:Identifier.value [ fhir:value "LAB-2025-00123" ] ] ; fhir:ServiceRequest.status [ fhir:value "completed"] ; fhir:ServiceRequest.intent [ fhir:value "order"] ; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:2160-0 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "2160-0" ] ] ] ; fhir:ServiceRequest.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient> ; fhir:Reference.reference [ fhir:value "Patient/example-patient" ] ] . <http://hl7.org/fhir/Patient/example-patient> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ServiceRequest/ldt-servicerequest-example.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/ServiceRequest/ldt-servicerequest-example.ttl> .