Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

This page is part of the Structured Data Capture FHIR IG (v4.0.0-ballot: STU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

: Request-based solicitation example - ServiceRequest - TTL Representation

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 -------------------------------------------------------------------

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>ServiceRequest Questionnaire</b>: <a href=\"Questionnaire-questionnaire-sdc-profile-example-PHQ9.html\">Patient Health Questionnaire - 9 Item</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p><p><b>occurrence</b>: Once per 1 months</p><p><b>requester</b>: <a href=\"http://hl7.org/fhir/PractitionerRole/example\">Dr. Adam Careful, Acme Hospital</a></p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Monitor effects of new anti-depressant</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-servicerequest-questionnaire"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9>     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete-questionnaire" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/proband> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/Patient/proband" ] ;
fhir:display [ fhir:v "Annie Proband" ]
  ] ; # 
  fhir:occurrence [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]     ]
  ] ; # 
  fhir:requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/example> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/PractitionerRole/example" ] ;
fhir:display [ fhir:v "Dr. Adam Careful, Acme Hospital" ]
  ] ; # 
  fhir:performer ( [
fhir:link <http://hl7.org/fhir/Patient/proband> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/Patient/proband" ] ;
fhir:display [ fhir:v "Annie Proband" ]
  ] ) ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Monitor effects of new anti-depressant" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/proband> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/example> a fhir:PractitionerRole .