DRAFT Implementation Guide
This is for collaboration and discussion purposes and is subject to change.
North West Genomic Medicine Service Alliance - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-06-19 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PatientEncounterTriggers"] ; #
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: ValueSet PatientEncounterTriggers</b></p><a name=\"PatientEncounterTriggers\"> </a><a name=\"hcPatientEncounterTriggers\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0003</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A01\">A01</a></td><td style=\"color: #cccccc\">ADT/ACK - Admit/visit notification</td><td>ADT/ACK - Admit/visit notification</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A02\">A02</a></td><td style=\"color: #cccccc\">ADT/ACK - Transfer a patient</td><td>ADT/ACK - Transfer a patient</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A03\">A03</a></td><td style=\"color: #cccccc\">ADT/ACK - Discharge/end visit</td><td>ADT/ACK - Discharge/end visit</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A04\">A04</a></td><td style=\"color: #cccccc\">ADT/ACK - Register a patient</td><td>ADT/ACK - Register a patient</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A05\">A05</a></td><td style=\"color: #cccccc\">ADT/ACK - Pre-admit a patient</td><td>ADT/ACK - Pre-admit a patient</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A06\">A06</a></td><td style=\"color: #cccccc\">ADT/ACK - Change an outpatient to an inpatient</td><td>ADT/ACK - Change an outpatient to an inpatient</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A07\">A07</a></td><td style=\"color: #cccccc\">ADT/ACK - Change an inpatient to an outpatient</td><td>ADT/ACK - Change an inpatient to an outpatient</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A09\">A09</a></td><td style=\"color: #cccccc\">ADT/ACK - Patient departing - tracking</td><td>ADT/ACK - Patient departing - tracking</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A12\">A12</a></td><td style=\"color: #cccccc\">ADT/ACK - Cancel transfer</td><td>ADT/ACK - Cancel transfer</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A15\">A15</a></td><td style=\"color: #cccccc\">ADT/ACK - Pending transfer</td><td>ADT/ACK - Pending transfer</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A16\">A16</a></td><td style=\"color: #cccccc\">ADT/ACK - Pending discharge</td><td>ADT/ACK - Pending discharge</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A38\">A38</a></td><td style=\"color: #cccccc\">ADT/ACK - Cancel pre-admit</td><td>ADT/ACK - Cancel pre-admit</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A21\">A21</a></td><td style=\"color: #cccccc\">ADT/ACK - Patient goes on a "leave of absence"</td><td>ADT/ACK - Patient goes on a "leave of absence"</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nw-gmsa.github.io/ValueSet/PatientEncounterTriggers"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "PatientEncounterTriggers"] ; #
fhir:title [ fhir:v "Patient Encounter Trigger"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-06-19T14:44:16+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "NHS North West GMSA"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nw-gmsa.nhs.uk/contact-us" ] ] )
] ) ; #
fhir:description [ fhir:v "[IHE Patient Encounter Management [ITI-31]](https://profiles.ihe.net/ITI/TF/Volume2/ITI-31.html)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "A01" ] ] [
fhir:code [ fhir:v "A02" ] ] [
fhir:code [ fhir:v "A03" ] ] [
fhir:code [ fhir:v "A04" ] ] [
fhir:code [ fhir:v "A05" ] ] [
fhir:code [ fhir:v "A06" ] ] [
fhir:code [ fhir:v "A07" ] ] [
fhir:code [ fhir:v "A09" ] ] [
fhir:code [ fhir:v "A12" ] ] [
fhir:code [ fhir:v "A15" ] ] [
fhir:code [ fhir:v "A16" ] ] [
fhir:code [ fhir:v "A38" ] ] [
fhir:code [ fhir:v "A21" ] ] ) ] )
] . #
IG © 2024+ NHS North West GMSA. Package nw-gmsa.github.io#0.0.1 based on FHIR 4.0.1. Generated 2025-06-19
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change