North West Genomic Medicine Service Alliance
0.0.1 - ci-build United Kingdom flag

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

: Patient Identity Trigger - TTL Representation

Draft as of 2025-06-19

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientIdentityTriggers"] ; # 
  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 PatientIdentityTriggers</b></p><a name=\"PatientIdentityTriggers\"> </a><a name=\"hcPatientIdentityTriggers\"> </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-A28\">A28</a></td><td style=\"color: #cccccc\">ADT/ACK -  Add person information</td><td>ADT/ACK -  Add person information</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A31\">A31</a></td><td style=\"color: #cccccc\">ADT/ACK -  Update person information</td><td>ADT/ACK -  Update person information</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v2-0003.html#v2-0003-A40\">A40</a></td><td style=\"color: #cccccc\">ADT/ACK - Merge patient - patient identifier list</td><td>ADT/ACK - Merge patient - patient identifier list</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://nw-gmsa.github.io/ValueSet/PatientIdentityTriggers"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "PatientIdentityTriggers"] ; # 
  fhir:title [ fhir:v "Patient Identity 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 "A28/A31/A40"] ; # 
  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 "A28" ]       ] [
fhir:code [ fhir:v "A31" ]       ] [
fhir:code [ fhir:v "A40" ]       ] )     ] )
  ] . #