Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Encounter-example-emerg.ttl

Example Measure/component-b-example (XML)

Maturity Level : N/A
Patient Administration Responsible Owner: Clinical Quality Information Work Group Standards Status : Informative Compartments : Encounter , Patient , Practitioner , RelatedPerson No defined compartments

Raw Turtle XML (+ ( canonical form + also see Turtle/RDF XML Format Specification )

Jump past Narrative

Emergency transitioning into inpatient example Screening for Depression - Component B of a Composite Measure Example (id = "component-b-example")

@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/Encounter/emerg> a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "emerg"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emergency visit that escalated into inpatient patient @example</div>" ]; fhir:Encounter.status [ fhir:value "in-progress"]; fhir:Encounter.statusHistory [ fhir:index 0; fhir:Encounter.statusHistory.status [ fhir:value "arrived" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T07:35:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 1; fhir:Encounter.statusHistory.status [ fhir:value "triaged" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:35:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 2; fhir:Encounter.statusHistory.status [ fhir:value "in-progress" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 3; fhir:Encounter.statusHistory.status [ fhir:value "onleave" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 4; fhir:Encounter.statusHistory.status [ fhir:value "in-progress" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.classHistory [ fhir:index 0; fhir:Encounter.classHistory.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "EMER" ]; fhir:Coding.display [ fhir:value "emergency" ] ]; fhir:Encounter.classHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 1; fhir:Encounter.classHistory.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.classHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ] ]; fhir:Encounter.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ] ]; fhir:Encounter.hospitalization [ fhir:Encounter.hospitalization.admitSource [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/admit-source" ]; fhir:Coding.code [ fhir:value "emd" ]; fhir:Coding.display [ fhir:value "From accident/emergency department" ] ] ] ]; fhir:Encounter.location [ fhir:index 0; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Emergency Waiting Room" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 1; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Emergency" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 2; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 3; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "reserved" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 4; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Encounter/emerg.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Encounter/emerg.ttl> . # -------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>


<Measure xmlns="http://hl7.org/fhir">
  <id value="component-b-example"/> 
  <text> 
    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Screening for Depression
    
      <p> This measure example is used to illustrate how a composite measure can be constructured.

         This measure is one component of the composite measure.</p> 
    </div>   </text>   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">    <valueCode value="cqi"/>   </extension>   <name value="ScreeningForDepression"/>   <title value="Screening for Depression"/>   <status value="draft"/>   <publisher value="HL7 International / Clinical Quality Information"/>   <contact>     <telecom>       <system value="url"/>       <value value="http://www.hl7.org/Special/committees/cqi"/>     </telecom>   </contact>   <description value="Screening for Depression"/>   <group id="Main">    <population>       <code>         <coding>           <code value="initial-population"/>         </coding>       </code>       <criteria>         <language value="text/cql-identifier"/>         <expression value="Initial Population"/>       </criteria>     </population>     <population>       <code>         <coding>           <code value="denominator"/>         </coding>       </code>       <criteria>         <language value="text/cql-identifier"/>         <expression value="Denominator"/>       </criteria>     </population>     <population>       <code>         <coding>           <code value="numerator"/>         </coding>       </code>       <criteria>         <language value="text/cql-identifier"/>         <expression value="Numerator"/>       </criteria>     </population>   </group> 
</

Measure

>

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.