Publication Build: This will be filled in by the publication tooling
@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 "JanniceSorengTo"] ; #
fhir:meta [
( fhir: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 style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jannice SørengTo </b> female, DoB Unknown ( <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/21030550231)</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=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://profil.visma.no/lopenummer</code>/123</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:+4733445566\">+4733445566</a></li><li>Karisvingen 44 Oslo 0603 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 contact\">Contact:</td><td colspan=\"3\"><ul><li>Pål Pårørende Olsen</li><li>Relationships:<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}\">Emergency Contact</span>, <span title=\"Codes:\">Bror</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <span>: SIDSEL AASE JAVERY</span></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 "21030550231" ]
] [
fhir:system [ fhir:v "http://profil.visma.no/lopenummer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "SørengTo" ] ;
( fhir:given [ fhir:v "Jannice" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4733445566" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
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 "Karisvingen 44" ] ) ;
fhir:city [ fhir:v "Oslo" ] ;
fhir:district [
fhir:v "Oslo" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-municipalitycode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://register.geonorge.no/subregister/sosi-kodelister/kartverket/kommunenummer-alle"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0301" ] ] ] ) ] ;
fhir:postalCode [ fhir:v "0603" ] ;
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: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:text [ fhir:v "Bror" ] ] ) ;
fhir:name [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-middlename"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Pårørende" ] ] ) ;
fhir:text [ fhir:v "Pål Pårørende Olsen" ] ;
fhir:family [ fhir:v "Olsen" ] ;
( fhir:given [ fhir:v "Pål" ] ) ]
] ) ; #
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 © 2021+ . Package hl7.fhir.no.basis#2.2.0-test based on FHIR 4.0.1. Generated 2024-05-29
Links: Table of Contents |
QA Report