Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build
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
@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 "9449310424"] ; #
fhir:meta [
fhir:versionId [ fhir:v "102" ] ;
( 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 9449310424</b></p><a name=\"9449310424\"> </a><a name=\"hc9449310424\"> </a><a name=\"9449310424-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: 102</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;\">LISE BRITTNY HEBRON Female, DoB: 2007-03-28 ( https://fhir.nhs.uk/Id/nhs-number#9449310424 (use: old, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">153 Craddocks Avenue ASHTEAD Surrey KT21 1NT (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 fr}\">French</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>/H81109 (, period: 2024-11-11 --> (ongoing))</li><li>This record replaced by: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9449310416 (use: official, )</li></ul></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 1}\">Letter</span></li><li>PreferredContactTimes: Not after 7pm</li><li>PreferredWrittenCommunicationFormat: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat 13}\">Audio tape</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
( 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 "1" ] ;
fhir:display [ fhir:v "Letter" ] ] ) ] ] [
fhir:url [ fhir:v "PreferredContactTimes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Not after 7pm" ] ] [
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 "13" ] ;
fhir:display [ fhir:v "Audio tape" ] ] ) ] ] ) ;
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9449310424" ]
] ) ; #
fhir:name ( [
fhir:id [ fhir:v "frs0" ] ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "HEBRON" ] ;
( fhir:given [ fhir:v "LISE" ] [ fhir:v "BRITTNY" ] ) ;
( fhir:prefix [ fhir:v "Ms" ] ) ;
fhir:period [
fhir:start [ fhir:v "2024-11-11"^^xsd:date ] ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "2007-03-28"^^xsd:date] ; #
fhir:address ( [
fhir:id [ fhir:v "goml" ] ;
( 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 "07356884" ] ] ) ;
fhir:url [ fhir:v "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"^^xsd:anyURI ] ] ) ;
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "153 Craddocks Avenue" ] [ fhir:v "ASHTEAD" ] [ fhir:v "Surrey" ] ) ;
fhir:postalCode [ fhir:v "KT21 1NT" ] ;
fhir:period [
fhir:start [ fhir:v "2024-11-11"^^xsd:date ] ]
] ) ; #
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 "fr" ] ;
fhir:display [ fhir:v "French" ] ] ) ]
] ) ; #
fhir:generalPractitioner ( [
fhir:id [ fhir:v "dpsw" ] ;
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 "H81109" ] ;
fhir:period [
fhir:start [ fhir:v "2024-11-11"^^xsd:date ] ] ]
] ) ; #
fhir:link ( [
fhir:other [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9449310416" ] ] ] ;
fhir:type [ fhir:v "replaced-by" ]
] ) . #
IG © 2024+ Virtually Healthcare. Package virtually.healthcare#0.1.0-current based on FHIR 4.0.1. Generated 2024-11-22
Links: Table of Contents |
QA Report