XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ 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 "Mracena"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/Patient-eu-xpandh"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/Patient-eu-xpandh> ] )
] ; #
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 Mracena</b></p><a name=\"Mracena\"> </a><a name=\"hcMracena\"> </a><a name=\"Mracena-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mračena Mrakomorová Female, DoB: 1971-11-26 ( urn:oid:1.3.158.165387.100.10.53.9#7161264528)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://ncez.mzcr.cz/standards/fhir/sid/rid</code>/456789123</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+421603853227\">+421 603 853 227</a></li><li>Hlavná ulica 156, Velké mesto(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Languages:</td><td colspan=\"3\"><ul><li><span title=\"Codes:{urn:ietf:bcp:47 sk}\">Slovak</span> (preferred)</li><li><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span></li><li><span title=\"Codes:{urn:ietf:bcp:47 hu}\">Hungarian</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: matka\">matka:</td><td colspan=\"3\"><ul><li>Biologická Matka Mrakomorová </li><li><a href=\"tel:+421604123456\">+421 604 123 456</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: priateľ/priateľka\">priateľ/priateľka:</td><td colspan=\"3\"><ul><li>Alena Priateľková </li><li>Horná ulica 18, 123 45, Trenčín, Slovensko(home)</li><li><a href=\"tel:+421601111111\">+421 601 111 111</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: MUDr. Josef Švejk (Identifier: <code>https://ncez.mzcr.cz/standards/fhir/sid/nrzp</code>/123456789)</li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.158.165387.100.10.53.9"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7161264528" ]
] [
fhir:system [ fhir:v "https://ncez.mzcr.cz/standards/fhir/sid/rid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "456789123" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Mrakomorová" ] ;
( fhir:given [ fhir:v "Mračena" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+421 603 853 227" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1971-11-26"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Hlavná ulica 156, Velké mesto" ] ;
( fhir:line [
fhir:v "Hlavná ulica 156" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18" ] ] ) ] ) ;
fhir:city [ fhir:v "Velké mesto" ] ;
fhir:postalCode [ fhir:v "81101" ] ;
fhir:country [ fhir:v "SK" ]
] ) ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "matka" ] ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "príbuzný" ] ] ) ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Mrakomorová" ] ;
( fhir:given [ fhir:v "Biologická" ] [ fhir:v "Matka" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+421 604 123 456" ] ;
fhir:use [ fhir:v "mobile" ] ] )
] [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FRND" ] ;
fhir:display [ fhir:v "priateľ/priateľka" ] ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergentný kontakt" ] ] ) ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Priateľková" ] ;
( fhir:given [ fhir:v "Alena" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+421 601 111 111" ] ;
fhir:use [ fhir:v "home" ] ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Horná ulica 18, 123 45, Trenčín, Slovensko" ] ;
( fhir:line [ fhir:v "Horná ulica 18" ] ) ;
fhir:city [ fhir:v "Trenčín" ] ;
fhir:postalCode [ fhir:v "123 45" ] ;
fhir:country [ fhir:v "SK" ] ]
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sk" ] ] ) ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ] ) ]
] [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hu" ] ] ) ]
] ) ; #
fhir:generalPractitioner ( [
fhir:identifier [
fhir:system [ fhir:v "https://ncez.mzcr.cz/standards/fhir/sid/nrzp"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ] ] ;
fhir:display [ fhir:v "MUDr. Josef Švejk" ]
] ) . #
IG © 2023+ XpanDH Project. Package hl7.eu.fhir.xpandh.hdr#0.1.0 based on FHIR 4.0.1. Generated 2024-11-05