Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
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
@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 "9876543210"] ; #
fhir:meta [
fhir:versionId [ fhir:v "78" ] ;
( 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 9876543210</b></p><a name=\"9876543210\"> </a><a name=\"hc9876543210\"> </a><a name=\"9876543210-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: 78</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;\">Matthew Sheppard Male, DoB: 1985-05-15 ( https://fhir.nhs.uk/Id/nhs-number#9876543210)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>2022-09-13 08:54:00+0000</td><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">1</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0999(Home)</li><li>ph: 02476234567(Home)</li><li>Line1 Line2 Line3 LINE4 SK6 9BZ (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 bfi}\">British Sign Language</span></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>/P88006 (, period: 2022-09-23 --> (ongoing))</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's death notification status.\">Extension UK Core Death Notification Status:</td><td colspan=\"3\"><ul><li>deathNotificationStatus: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus 1}\">Informal - death notice received via an update from a local NHS Organisation such as GP or Trust</span></li><li>systemEffectiveDate: 2022-09-13 08:54:50+0000</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Bolton GBR </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The preferred method of contact, contact times and written communication format given by a Patient or Related Person.\">Extension UK Core Contact Preference:</td><td colspan=\"3\"><ul><li>PreferredContactMethod: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod 7}\">Sign Language</span></li><li>PreferredContactTimes: After 8pm</li><li>PreferredWrittenCommunicationFormat: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat 11}\">Large print</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "deathNotificationStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Informal - death notice received via an update from a local NHS Organisation such as GP or Trust" ] ] ) ] ] [
fhir:url [ fhir:v "systemEffectiveDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-09-13T08:54:50+00:00"^^xsd:dateTime ] ] ) ;
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "PreferredContactMethod"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Sign Language" ] ] ) ] ] [
fhir:url [ fhir:v "PreferredContactTimes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "After 8pm" ] ] [
fhir:url [ fhir:v "PreferredWrittenCommunicationFormat"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Large print" ] ] ) ] ] ) ;
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Bolton" ] ;
fhir:district [ fhir:v "Greater Manchester" ] ;
fhir:country [ fhir:v "GBR" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9876543210" ]
] ) ; #
fhir:name ( [
fhir:id [ fhir:v "18r5" ] ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Sheppard" ] ;
( fhir:given [ fhir:v "Matthew" ] ) ;
( fhir:prefix [ fhir:v "Mr" ] )
] ) ; #
fhir:telecom ( [
fhir:id [ fhir:v "3in9" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0999" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:id [ fhir:v "3iml" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02476234567" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:period [
fhir:start [ fhir:v "2018-11-17"^^xsd:date ] ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1985-05-15"^^xsd:date] ; #
fhir:deceased [ fhir:v "2022-09-13T08:54:00+00:00"^^xsd:dateTime] ; #
fhir:address ( [
fhir:id [ fhir:v "16ft" ] ;
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Line1" ] [ fhir:v "Line2" ] [ fhir:v "Line3" ] [ fhir:v "LINE4" ] ) ;
fhir:postalCode [ fhir:v "SK6 9BZ" ] ;
fhir:period [
fhir:start [ fhir:v "2024-10-14"^^xsd:date ] ]
] ) ; #
fhir:multipleBirth [ fhir:v "1"^^xsd:integer] ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "bfi" ] ;
fhir:display [ fhir:v "British Sign Language" ] ] ) ]
] ) ; #
fhir:generalPractitioner ( [
fhir:id [ fhir:v "1drp" ] ;
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 "P88006" ] ;
fhir:period [
fhir:start [ fhir:v "2022-09-23"^^xsd:date ] ] ]
] ) . #
IG © 2024+ Virtually Healthcare. Package virtually.healthcare#0.1.0-current based on FHIR 4.0.1. Generated 2024-11-06
Links: Table of Contents |
QA Report