Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Immunization-EMIS-IM1-Influenza vaccination - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "610281"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Immunization"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Immunization>     ] )
  ] ; # 
  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: Immunization 610281</b></p><a name=\"610281\"> </a><a name=\"hc610281\"> </a><a name=\"610281-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/610281, <code>https://emis.com/Id/Event/GUID</code>/b15c6be0-34e4-458b-aa8e-b6cbfdcb4b9c</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://read.info/readv2 65E..}, {http://snomed.info/sct 86198006}\">Influenza vaccination</span></p><p><b>patient</b>: <a href=\"Patient-610.html\">William Dyer  Male, DoB: 1919-05-27 ( Medical record number)</a></p><p><b>occurrence</b>: 2001-05-13 00:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-243.html\">Dr Emis Test</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://emis.com/Id/Event/DBID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "610281" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] [
fhir:system [ fhir:v "https://emis.com/Id/Event/GUID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "b15c6be0-34e4-458b-aa8e-b6cbfdcb4b9c" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://read.info/readv2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "65E.." ] ;
fhir:display [ fhir:v "Influenza vaccination" ]     ] [
a sct:86198006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86198006" ] ;
fhir:display [ fhir:v "Influenza vaccination" ]     ] ) ;
fhir:text [ fhir:v "Influenza vaccination" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/610" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2001-05-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/243" ] ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/Id/gmp-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G2435868" ]       ] ;
fhir:display [ fhir:v "Dr Emis Test" ]     ]
  ] ) . #