FHIR Clinical Documents
1.1.0 - STU 1.1 International flag

This page is part of the FHIR Clinical Documents (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: service1

Page standards status: Informative

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/service1> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "service1"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2024-05-07T11:28:17.000+00:00"^^xsd:dateTime ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest service1</b></p><a name=\"service1\"> </a><a name=\"hcservice1\"> </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\">Last updated: 2024-05-07 11:28:17+0000; Language: en</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Discharge to home</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Eve Everiewoman</a></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "Discharge to home" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-example> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-example" ] ;
     fhir:Reference.display [ fhir:value "Eve Everiewoman" ]
  ] .

<http://hl7.org/fhir/Patient/patient-example> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/service1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/service1.ttl> .