FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Procedurerequest-example2.ttl

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw Turtle, JSON-LD

An example of an order for home physiotherapy

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/ProcedureRequest/physiotherapy> a fhir:ProcedureRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "physiotherapy"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: physiotherapy</p><p><b>contained</b>: , </p><p><b>identifier</b>: Placer = 20170201-0001</p><p><b>basedOn</b>: <a>CarePlan/gpvisit</a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Physiotherapy of chest (regime/therapy)  <span>(Details : {SNOMED CT code '34431008' = 'Physiotherapy of chest', given as 'Physiotherapy of chest (regime/therapy) '})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>occurrence</b>: Duration 15days, Do 1-1 per 1 days</p><p><b>asNeeded</b>: as needed to clear mucus <span>(Details )</span></p><p><b>authoredOn</b>: 01/02/2017 5:23:07 PM</p><h3>Requesters</h3><table><tr><td>-</td><td><b>Agent</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td><a>Dr Adam Careful</a></td><td><a>Good Health Clinic</a></td></tr></table><p><b>reasonReference</b>: id: cystic-fibrosis; clinicalStatus: active; verificationStatus: confirmed; Problem List Item <span>(Details : {http://hl7.org/fhir/condition-category code 'problem-list-item' = 'Problem List Item', given as 'Problem List Item'})</span>; Mild <span>(Details : {SNOMED CT code '255604002' = 'Mild', given as 'Mild'})</span>; Cystic Fibrosis <span>(Details : {http://hl7.org/fhir/sid/icd-10-cm code 'E84.0' = 'E84.0', given as 'Cystic fibrosis with pulmonary manifestations'})</span>; ????; onset: 12/11/2012</p><p><b>relevantHistory</b>: Author's Signature. Generated Summary: id: signature; recorded: 01/02/2017 5:23:07 PM; </p></div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Provenance;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "signature" ];
     fhir:Provenance.target [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/ProcedureRequest/physiotherapy/_history/1>;
       fhir:Reference.reference [ fhir:value "ProcedureRequest/physiotherapy/_history/1" ]
     ];
     fhir:Provenance.recorded [ fhir:value "2017-02-01T17:23:07Z"^^xsd:dateTime ];
     fhir:Provenance.agent [
       fhir:index 0;
       fhir:Provenance.agent.role [
         fhir:index 0;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ParticipationType" ];
           fhir:Coding.code [ fhir:value "AUT" ]
         ]
       ];
       fhir:Provenance.agent.whoReference [
         fhir:link <http://hl7.org/fhir/Practitioner/example>;
         fhir:Reference.reference [ fhir:value "Practitioner/example" ];
         fhir:Reference.display [ fhir:value "Dr Adam Careful" ]
       ]
     ];
     fhir:Provenance.signature [
       fhir:index 0;
       fhir:Signature.type [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
         fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ];
         fhir:Coding.display [ fhir:value "Author's Signature" ]
       ];
       fhir:Signature.when [ fhir:value "2017-02-01T17:23:07Z"^^xsd:dateTime ];
       fhir:Signature.whoReference [
         fhir:link <http://hl7.org/fhir/Practitioner/example>;
         fhir:Reference.reference [ fhir:value "Practitioner/example" ];
         fhir:Reference.display [ fhir:value "Dr Adam Careful" ]
       ];
       fhir:Signature.contentType [ fhir:value "application/signature+xml" ];
       fhir:Signature.blob [ fhir:value "dGhpcyBibG9iIGlzIHNuaXBwZWQ="^^xsd:base64Binary ]
     ]
  ], [
     a fhir:Condition;
     fhir:index 1;
     fhir:Resource.id [ fhir:value "cystic-fibrosis" ];
     fhir:Condition.clinicalStatus [ fhir:value "active" ];
     fhir:Condition.verificationStatus [ fhir:value "confirmed" ];
     fhir:Condition.category [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/condition-category" ];
         fhir:Coding.code [ fhir:value "problem-list-item" ];
         fhir:Coding.display [ fhir:value "Problem List Item" ]
       ]
     ];
     fhir:Condition.severity [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:255604002;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "255604002" ];
         fhir:Coding.display [ fhir:value "Mild" ]
       ]
     ];
     fhir:Condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10-cm" ];
         fhir:Coding.code [ fhir:value "E84.0" ];
         fhir:Coding.display [ fhir:value "Cystic fibrosis with pulmonary manifestations" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Cystic Fibrosis" ]
     ];
     fhir:Condition.subject [
       fhir:link <http://hl7.org/fhir/Patient/example>;
       fhir:Reference.reference [ fhir:value "Patient/example" ]
     ];
     fhir:Condition.onsetDateTime [ fhir:value "2012-11-12"^^xsd:date ]
  ];
  fhir:ProcedureRequest.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/identifier-type" ];
         fhir:Coding.code [ fhir:value "PLAC" ];
         fhir:Coding.display [ fhir:value "Placer Identifier" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Placer" ]
     ];
     fhir:Identifier.system [ fhir:value "http://goodhealth.org/placer-ids" ];
     fhir:Identifier.value [ fhir:value "20170201-0001" ]
  ];
  fhir:ProcedureRequest.basedOn [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/CarePlan/gpvisit>;
     fhir:Reference.reference [ fhir:value "CarePlan/gpvisit" ]
  ];
  fhir:ProcedureRequest.status [ fhir:value "completed"];
  fhir:ProcedureRequest.intent [ fhir:value "order"];
  fhir:ProcedureRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:34431008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "34431008" ];
       fhir:Coding.display [ fhir:value "Physiotherapy of chest (regime/therapy) " ]
     ]
  ];
  fhir:ProcedureRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:ProcedureRequest.occurrenceTiming [
     fhir:Timing.repeat [
       fhir:Timing.repeat.duration [ fhir:value "15"^^xsd:decimal ];
       fhir:Timing.repeat.durationMax [ fhir:value "25"^^xsd:decimal ];
       fhir:Timing.repeat.durationUnit [ fhir:value "min" ];
       fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:integer ];
       fhir:Timing.repeat.frequencyMax [ fhir:value "4"^^xsd:integer ];
       fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ];
       fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
     ]
  ];
  fhir:ProcedureRequest.asNeededCodeableConcept [
     fhir:CodeableConcept.text [ fhir:value "as needed to clear mucus" ]
  ];
  fhir:ProcedureRequest.authoredOn [ fhir:value "2017-02-01T17:23:07Z"^^xsd:dateTime];
  fhir:ProcedureRequest.requester [
     fhir:ProcedureRequest.requester.agent [
       fhir:link <http://hl7.org/fhir/Practitioner/example>;
       fhir:Reference.reference [ fhir:value "Practitioner/example" ];
       fhir:Reference.display [ fhir:value "Dr Adam Careful" ]
     ];
     fhir:ProcedureRequest.requester.onBehalfOf [
       fhir:link <http://hl7.org/fhir/Organization/2>;
       fhir:Reference.reference [ fhir:value "Organization/2" ];
       fhir:Reference.display [ fhir:value "Good Health Clinic" ]
     ]
  ];
  fhir:ProcedureRequest.reasonReference [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#cystic-fibrosis" ]
  ];
  fhir:ProcedureRequest.relevantHistory [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#signature" ];
     fhir:Reference.display [ fhir:value "Author's Signature" ]
  ] .

<http://hl7.org/fhir/ProcedureRequest/physiotherapy/_history/1> a fhir:ProcedureRequest .

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

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

<http://hl7.org/fhir/CarePlan/gpvisit> a fhir:CarePlan .

<http://hl7.org/fhir/Organization/2> a fhir:Organization .

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

<http://hl7.org/fhir/ProcedureRequest/physiotherapy.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/ProcedureRequest/physiotherapy.ttl> .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.