XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Of a Xealth Order this Observation is based on - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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/ExampleServiceRequest> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleServiceRequest"] ;
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 ExampleServiceRequest</b></p><a name=\"ExampleServiceRequest\"> </a><a name=\"hcExampleServiceRequest\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</a></p></div>"
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "plan"] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/ExampleXealthPatient> ;
fhir:Reference.reference [ fhir:value "Patient/ExampleXealthPatient" ]
] .
<http://hl7.org/fhir/Patient/ExampleXealthPatient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ExampleServiceRequest.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/ExampleServiceRequest.ttl> .