FHIR Release 3 (STU) CI-Build

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 Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Procedure-example-ambulation.ttl

Example Procedure/ambulation (Turtle)

Maturity Level : N/A
Responsible Owner: Patient Care Work Group Ballot Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

Raw Turtle , JSON-LD (+ also see Turtle/RDF Format Specification )

Example of ambulation procedure

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

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

<http://hl7.org/fhir/Procedure/ambulation> a fhir:Procedure;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ambulation"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ambulation procedure was not done</div>"
  ];
  fhir:Procedure.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  fhir:Procedure.definition [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "Protocol for hypertension during pregnancy" ]
  ];
  fhir:Procedure.basedOn [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/CarePlan/preg>;
     fhir:Reference.reference [ fhir:value "CarePlan/preg" ];
     fhir:Reference.display [ fhir:value "Maternity care plan" ]
  ];
  fhir:Procedure.status [ fhir:value "suspended"];
  fhir:Procedure.notDone [ fhir:value "true"^^xsd:boolean];
  fhir:Procedure.notDoneReason [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:398254007;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "398254007" ];
       fhir:Coding.display [ fhir:value "  Pre-eclampsia (disorder)" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "Pre-eclampsia" ]
  ];
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:62013009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "62013009" ];
       fhir:Coding.display [ fhir:value "Ambulating patient (procedure)" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "Ambulation" ]
  ];
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:Procedure.performer [
     fhir:index 0;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/f204>;
       fhir:Reference.reference [ fhir:value "Practitioner/f204" ];
       fhir:Reference.display [ fhir:value "Carla Espinosa" ]
     ];
     fhir:Procedure.performer.onBehalfOf [
       fhir:link <http://hl7.org/fhir/Organization/f001>;
       fhir:Reference.reference [ fhir:value "Organization/f001" ];
       fhir:Reference.display [ fhir:value "University Medical Hospital" ]

<http://hl7.org/fhir/Procedure/ambulation> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ambulation"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ambulation procedure was not done</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:l <http://hl7.org/fhir/CarePlan/preg> ;
     fhir:reference [ fhir:v "CarePlan/preg" ] ;
     fhir:display [ fhir:v "Maternity care plan" ]
  ] ) ; # 
  fhir:status [ fhir:v "not-done"] ; # 
  fhir:statusReason [
     fhir:coding ( [
       a sct:398254007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "398254007" ] ;
       fhir:display [ fhir:v "Pre-eclampsia (disorder)" ]
     ] ) ;
     fhir:text [ fhir:v "Pre-eclampsia" ]
  ] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:62013009 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "62013009" ] ;
       fhir:display [ fhir:v "Ambulating patient (procedure)" ]
     ] ) ;
     fhir:text [ fhir:v "Ambulation" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://hl7.org/fhir/CareTeam/example> ;
       fhir:reference [ fhir:v "CareTeam/example" ] ;
       fhir:display [ fhir:v "Maternity CareTeam" ]
     ] ;
     fhir:onBehalfOf [
       fhir:l <http://hl7.org/fhir/Organization/f001> ;
       fhir:reference [ fhir:v "Organization/f001" ] ;
       fhir:display [ fhir:v "University Medical Hospital" ]

     ]
  ];
  fhir:Procedure.location [
     fhir:link <http://hl7.org/fhir/Location/1>;
     fhir:Reference.reference [ fhir:value "Location/1" ];
     fhir:Reference.display [ fhir:value "Burgers University Medical Center, South Wing, second floor" ]
  ];
  fhir:Procedure.reasonReference [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Observation/blood-pressure>;
     fhir:Reference.reference [ fhir:value "Observation/blood-pressure" ];
     fhir:Reference.display [ fhir:value "Blood Pressure" ]
  ] .

  ] ) ; # 
  fhir:location [
     fhir:l <http://hl7.org/fhir/Location/1> ;
     fhir:reference [ fhir:v "Location/1" ] ;
     fhir:display [ fhir:v "Burgers University Medical Center, South Wing, second floor" ]
  ] ; # 
  fhir:reason ( [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/Observation/blood-pressure> ;
       fhir:reference [ fhir:v "Observation/blood-pressure" ] ;
       fhir:display [ fhir:v "Blood Pressure" ]
     ]
  ] ) . # 


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

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

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

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


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

<http://hl7.org/fhir/Location/1> a fhir:Location .

<http://hl7.org/fhir/Observation/blood-pressure> a fhir:Observation .

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

<http://hl7.org/fhir/Procedure/ambulation.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/Procedure/ambulation.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.