Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ 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 "maximal-patient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://commonprofiles.care/fhir/StructureDefinition/PatientSECommonsLite"^^xsd:anyURI ;
fhir:link <https://commonprofiles.care/fhir/StructureDefinition/PatientSECommonsLite> ] )
] ; #
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 maximal-patient</b></p><a name=\"maximal-patient\"> </a><a name=\"hcmaximal-patient\"> </a><a name=\"maximal-patient-sv-SE\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Kalle Krank (official) Male, DoB: 1912-12-12 ( http://electronichealth.se/identifier/nationelltReservnumer#198010101010 (use: official, period: 1980-01-01 --> (ongoing)))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://electronichealth.se/identifier/personnummer</code>/191212121212 (use: official, period: 1912-12-12 --> (ongoing))</li><li><code>http://electronichealth.se/identifier/samordningsnummer</code>/197010632391 (use: official, period: 1970-10-03 --> (ongoing))</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0712345678(Mobile)</li><li><a href=\"mailto:kalle.krank@example.com\">kalle.krank@example.com</a></li><li>Storgatan 1, 123 45 Lyckostad(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Kajsa Kranksson </li><li>Storgatan 1, 123 45 Lyckostad(home)</li><li>ph: 0798765432(Mobile)</li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://electronichealth.se/identifier/personnummer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "191212121212" ] ;
fhir:period [
fhir:start [ fhir:v "1912-12-12"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "Swedish Tax Agency" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://electronichealth.se/identifier/samordningsnummer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "197010632391" ] ;
fhir:period [
fhir:start [ fhir:v "1970-10-03"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "Swedish Tax Agency" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://electronichealth.se/identifier/nationelltReservnumer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "198010101010" ] ;
fhir:period [
fhir:start [ fhir:v "1980-01-01"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "Swedish Healthcare Agency" ] ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Krank" ] ;
( fhir:given [ fhir:v "Kalle" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0712345678" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kalle.krank@example.com" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1912-12-12"^^xsd:date] ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Storgatan 1, 123 45 Lyckostad" ] ;
( fhir:line [ fhir:v "Storgatan 1" ] ) ;
fhir:city [ fhir:v "Lyckostad" ] ;
fhir:district [ fhir:v "Lycko kommun" ] ;
fhir:state [ fhir:v "Lyckolän" ] ;
fhir:postalCode [ fhir:v "123 45" ] ;
fhir:country [ fhir:v "Sverige" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ] ] )
] ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ] ] ) ] ) ;
fhir:name [
fhir:family [ fhir:v "Kranksson" ] ;
( fhir:given [ fhir:v "Kajsa" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0798765432" ] ;
fhir:use [ fhir:v "mobile" ] ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Storgatan 1, 123 45 Lyckostad" ] ;
( fhir:line [ fhir:v "Storgatan 1" ] ) ;
fhir:city [ fhir:v "Lyckostad" ] ;
fhir:district [ fhir:v "Lycko kommun" ] ;
fhir:state [ fhir:v "Lyckolän" ] ;
fhir:postalCode [ fhir:v "123 45" ] ;
fhir:country [ fhir:v "Sverige" ] ]
] ) . #
IG © 2021+ Swedish FHIR group. Package care.commonprofiles.fhir#1.0.2 based on FHIR 4.0.1. Generated 2024-09-27
Links: Table of Contents |
QA Report