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
: Message Definition - Patient Encounter - TTL Representation
Raw ttl | Download
@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:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-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: MessageDefinition patient-encounter</b></p><a name=\"patient-encounter\"> </a><a name=\"hcpatient-encounter\"> </a><p><b>url</b>: <a href=\"MessageDefinition-patient-encounter.html\">MessageDefinition Message Definition - Patient Encounter</a></p><p><b>version</b>: 0.0.1</p><p><b>title</b>: Message Definition - Patient Encounter</p><p><b>status</b>: Draft</p><p><b>date</b>: 2024-10-04</p><p><b>publisher</b>: NHS North West GMSA</p><p><b>contact</b>: <a href=\"https://www.nw-gmsa.nhs.uk/contact-us\">https://www.nw-gmsa.nhs.uk/contact-us</a></p><p><b>description</b>: </p><div><p>See <a href=\"ValueSet-PatientEncounterTriggers\">Patient Encounter Triggers</a> for <code>eventCoding</code> codes.</p>\n<p><a href=\"https://www.enterpriseintegrationpatterns.com/patterns/messaging/EventMessage.html\">Event</a> Message</p>\n<p>Conversion of</p>\n<ul>\n<li><a href=\"https://drive.google.com/drive/folders/1FRkyZvWpZB1nCKbvQbo-eW_q9VtlR3Ws\">NHS England HL7 v2 ADT Message Specification</a></li>\n</ul>\n<p>Related to <a href=\"https://profiles.ihe.net/ITI/TF/Volume2/ITI-31.html\">IHE Patient Encounter Management [ITI-31]</a></p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 GB}\">United Kingdom of Great Britain and Northern Ireland</span></p><p><b>event</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A01\">eventType A01</a>: ADT/ACK - Admit/visit notification</p><p><b>category</b>: Notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Encounter</td><td><a href=\"StructureDefinition-Encounter.html\">Encounter</a></td><td>1</td><td>1</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nw-gmsa.github.io/MessageDefinition/patient-encounter"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:title [ fhir:v "Message Definition - Patient Encounter"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-10-04"^^xsd:date] ; #
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 "See [Patient Encounter Triggers](ValueSet-PatientEncounterTriggers) for `eventCoding` codes.\n\n[Event](https://www.enterpriseintegrationpatterns.com/patterns/messaging/EventMessage.html) Message\n\nConversion of\n\n- [NHS England HL7 v2 ADT Message Specification](https://drive.google.com/drive/folders/1FRkyZvWpZB1nCKbvQbo-eW_q9VtlR3Ws)\n\nRelated to [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:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A01" ]
] ; #
fhir:category [ fhir:v "notification"] ; #
fhir:focus ( [
fhir:code [ fhir:v "Encounter" ] ;
fhir:profile [
fhir:v "https://nw-gmsa.github.io/StructureDefinition/Encounter"^^xsd:anyURI ;
fhir:link <https://nw-gmsa.github.io/StructureDefinition/Encounter> ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
] ) . #