This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
@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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "encounter-ed-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-ed-example</b></p><a name=\"encounter-ed-example\"> </a><a name=\"hcencounter-ed-example\"> </a><a name=\"encounter-ed-example-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99223}\">Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>period</b>: 2017-02-01 07:15:00+1000 --> (ongoing)</p><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-example.html\">Emergency Waiting Room</a></p><p><b>status</b>: Active</p><p><b>period</b>: 2017-02-01 07:15:00+1000 --> 2017-02-01 08:45:00+1000</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-example.html\">Emergency</a></p><p><b>status</b>: Active</p><p><b>period</b>: 2017-02-01 08:45:00+1000 --> 2017-02-01 09:27:00+1000</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-example.html\">Ward 1, Room 42, Bed 1</a></p><p><b>status</b>: Active</p><p><b>period</b>: 2017-02-01 09:27:00+1000 --> 2017-02-01 12:15:00+1000</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-example.html\">Ward 1, Room 42, Bed 1</a></p><p><b>status</b>: Reserved</p><p><b>period</b>: 2017-02-01 12:15:00+1000 --> 2017-02-01 12:45:00+1000</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href=\"Location-example.html\">Ward 1, Room 42, Bed 1</a></p><p><b>status</b>: Active</p><p><b>period</b>: 2017-02-01 12:45:00+1000 --> (ongoing)</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99223" ] ;
fhir:display [ fhir:v "Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded." ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]
] ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "Emergency Waiting Room" ] ] ;
fhir:status [ fhir:v "active" ] ;
fhir:period [
fhir:start [ fhir:v "2017-02-01T07:15:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ]
] [
fhir:location [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "Emergency" ] ] ;
fhir:status [ fhir:v "active" ] ;
fhir:period [
fhir:start [ fhir:v "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ]
] [
fhir:location [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ;
fhir:status [ fhir:v "active" ] ;
fhir:period [
fhir:start [ fhir:v "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ]
] [
fhir:location [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ;
fhir:status [ fhir:v "reserved" ] ;
fhir:period [
fhir:start [ fhir:v "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ]
] [
fhir:location [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ;
fhir:status [ fhir:v "active" ] ;
fhir:period [
fhir:start [ fhir:v "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ]
] ) . #
IG © 2019+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.qicore#7.0.0-ballot based on FHIR 4.0.1. Generated 2024-08-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change