German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Assisted-reproduction planned order - 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/ExampleAssistedReproductionOrder> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleAssistedReproductionOrder"] ;
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 ExampleAssistedReproductionOrder</b></p><a name=\"ExampleAssistedReproductionOrder\"> </a><a name=\"hcExampleAssistedReproductionOrder\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Assisted-reproduction treatment activity</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p></div>"
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.text [ fhir:value "Assisted-reproduction treatment activity" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/ExampleRehabRequester> ;
fhir:Reference.reference [ fhir:value "Practitioner/ExampleRehabRequester" ]
] .
<http://hl7.org/fhir/Patient/ExampleRehabPatient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/ExampleRehabRequester> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ExampleAssistedReproductionOrder.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/ExampleAssistedReproductionOrder.ttl> .