Combined Nordic FHIR Base Profiles
0.2.0-ci - ci-build
Combined Nordic FHIR Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/nordic-base/ 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 "GOFSH-GENERATED-ID-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-patient-profile"^^xsd:anyURI ;
fhir:link <http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-patient-profile> ] [
fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"^^xsd:anyURI ;
fhir:link <http://hl7.no/fhir/StructureDefinition/no-basis-Patient> ] )
] ; #
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 GOFSH-GENERATED-ID-2</b></p><a name=\"GOFSH-GENERATED-ID-2\"> </a><a name=\"hcGOFSH-GENERATED-ID-2\"> </a><a name=\"GOFSH-GENERATED-ID-2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Espen Eksempel Male, DoB Unknown ( urn:oid:2.16.578.1.12.4.1.4.1#210377xxxxx)</p><hr/><table class=\"grid\"><tr><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 U}\">unmarried</span></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:+4798216832\">+4798216832</a></li><li>Stålverkskroken 14 Oslo 0661 NO (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">Norsk</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: SIDSEL AASE JAVERY (Identifier: <code>urn:oid:2.16.578.1.12.4.1.2</code>/720)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 NO}\">Norway</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NO" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "210377xxxxx" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Eksempel" ] ;
( fhir:given [ fhir:v "Espen" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4798216832" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:address ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "municipality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.3402"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0301" ] ;
fhir:display [ fhir:v "Oslo" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation"^^xsd:anyURI ] ] [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-address-official"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Stålverkskroken 14" ] ) ;
fhir:city [ fhir:v "Oslo" ] ;
fhir:district [ fhir:v "Oslo" ] ;
fhir:postalCode [ fhir:v "0661" ] ;
fhir:country [ fhir:v "NO" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "unmarried" ] ] )
] ; #
fhir:communication ( [
fhir:language [
fhir:text [ fhir:v "Norsk" ] ]
] ) ; #
fhir:generalPractitioner ( [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "720" ] ] ;
fhir:display [ fhir:v "SIDSEL AASE JAVERY" ]
] ) . #
IG © 2024+ HL7 Finland. Package hl7.fhir.fi.nordic#0.2.0-ci based on FHIR 4.0.1. Generated 2024-09-06
Links: Table of Contents |
QA Report