DK EHMI SBDH IG
1.0.2 - release Denmark flag

DK EHMI SBDH IG, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-sbdh/ and changes regularly. See the Directory of published versions

: ExampleServiceRequest - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-servicerequest"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest</b></p><a name=\"example-servicerequest\"> </a><a name=\"hcexample-servicerequest\"> </a><p><b>status</b>: Aktiv</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Fysioterapi</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Anna Hansen  Kvinde, DoB: 1980-05-12 ( urn:oid:1.2.208.176.1.2#1234567890)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
fhir:text [ fhir:v "Fysioterapi" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] . #