Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions
: PatientExample200001252386 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PatientExample200001252386"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"^^xsd:anyURI ;
fhir:link <http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEMO" ] ] [
fhir:system [ fhir:v "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sekretessmarkering" ] ] )
] ; #
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 PatientExample200001252386</b></p><a name=\"PatientExample200001252386\"> </a><a name=\"hcPatientExample200001252386\"> </a><a name=\"PatientExample200001252386-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Skyddad uppgift(official) Female, DoB: 2000-01-25 ( http://electronichealth.se/identifier/personnummer#200001252386)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Förmedlingsuppdrag Box 2820 GÖTEBORG 40320 </td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://electronichealth.se/identifier/personnummer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "200001252386" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Skyddad uppgift" ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Skyddad uppgift" ] ;
fhir:family [ fhir:v "Skyddad uppgift" ] ;
( fhir:given [ fhir:v "Skyddad uppgift" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "2000-01-25"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:63391000052104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/45991000052106" ] ;
fhir:code [ fhir:v "63391000052104" ] ;
fhir:display [ fhir:v "särskild postadress" ] ] ) ] ] ) ;
( fhir:line [ fhir:v "Förmedlingsuppdrag" ] [ fhir:v "Box 2820" ] ) ;
fhir:city [ fhir:v "GÖTEBORG" ] ;
fhir:postalCode [ fhir:v "40320" ]
] ) . #