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

: PatientExample1 - 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 "PatientExample1"] ; # 
  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: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 PatientExample1</b></p><a name=\"PatientExample1\"> </a><a name=\"hcPatientExample1\"> </a><a name=\"PatientExample1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Bob Goode Johansson(official) Male, DoB: 1950-09-07 ( 195009072553)</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:\">Registrerad partner</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">2120 S Michigan Ave Chicago 60616 US </td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "195009072553" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Johansson" ]     ] [
fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Goode" ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "John Bob Goode Johansson" ] ;
fhir:family [ fhir:v "Goode Johansson" ] ;
    ( fhir:given [
fhir:v "John" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CL" ]       ] )     ] [ fhir:v "Bob" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1950-09-07"^^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:63401000052101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63401000052101" ] ;
fhir:display [ fhir:v "utlandsadress" ]         ] )       ]     ] ) ;
    ( fhir:line [ fhir:v "2120 S Michigan Ave" ] ) ;
fhir:city [ fhir:v "Chicago" ] ;
fhir:postalCode [ fhir:v "60616" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:code [ fhir:v "RP" ] ;
fhir:display [ fhir:v "Registrerad partner" ]     ] )
  ] . #