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

Virtually Healthcare HL7 FHIR R4 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/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "9730906181"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
    ( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Patient"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Patient>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "unrestricted" ]     ] )
  ] ; # 
  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: Patient 9730906181</b></p><a name=\"9730906181\"> </a><a name=\"hc9730906181\"> </a><a name=\"9730906181-en-GB\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 7</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient.html\">Patient</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Gus Eric HAMER  Male, DoB: 1987-11-18 ( https://fhir.nhs.uk/Id/nhs-number#9730906181)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 07890123456(Mobile)</li><li>ph: 07789123456(Work)</li><li><a href=\"mailto:abc@nhs.net\">abc@nhs.net</a></li><li><a href=\"mailto:abcd@gmail.com\">abcd@gmail.com</a></li><li>3 HIGH STREET BARTON-UPON-HUMBER DN18 5PA (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/A20047 (, period: 2015-08-10 --&gt; (ongoing))</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9730906181" ]
  ] ) ; # 
  fhir:name ( [
fhir:id [ fhir:v "lhIkm" ] ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "HAMER" ] ;
    ( fhir:given [ fhir:v "Gus" ] [ fhir:v "Eric" ] ) ;
    ( fhir:prefix [ fhir:v "MR" ] ) ;
fhir:period [
fhir:start [ fhir:v "1995-10-13"^^xsd:date ]     ]
  ] ) ; # 
  fhir:telecom ( [
fhir:id [ fhir:v "D0B760DF" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "07890123456" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2024-03-12"^^xsd:date ]     ]
  ] [
fhir:id [ fhir:v "6E248B80" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "07789123456" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:period [
fhir:start [ fhir:v "2024-03-12"^^xsd:date ]     ]
  ] [
fhir:id [ fhir:v "BB753B60" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abc@nhs.net" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:period [
fhir:start [ fhir:v "2024-03-12"^^xsd:date ]     ]
  ] [
fhir:id [ fhir:v "23817ACF" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abcd@gmail.com" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:period [
fhir:start [ fhir:v "2024-03-12"^^xsd:date ]     ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1987-11-18"^^xsd:date] ; # 
  fhir:address ( [
fhir:id [ fhir:v "TvMjK" ] ;
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PAF" ]           ] )         ]       ] [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6297124" ]       ] ) ;
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"^^xsd:anyURI ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "3 HIGH STREET" ] [ fhir:v "BARTON-UPON-HUMBER" ] ) ;
fhir:postalCode [ fhir:v "DN18 5PA" ] ;
fhir:period [
fhir:start [ fhir:v "2000-04-29"^^xsd:date ]     ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:id [ fhir:v "DPNiM" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A20047" ] ;
fhir:period [
fhir:start [ fhir:v "2015-08-10"^^xsd:date ]       ]     ]
  ] ) . #