Inera FHIR Implementation Guide Template
1.0.1 - ci-build Sweden flag

Inera FHIR Implementation Guide Template - Lokal utvecklingsbygge (v1.0.1) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner

: Inera Patient Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "IneraPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.inera.se/ig/template/StructureDefinition/IneraPatient"^^xsd:anyURI ;
fhir:link <https://fhir.inera.se/ig/template/StructureDefinition/IneraPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Genererad berättande text: Patient IneraPatientExample</b></p><a name=\"IneraPatientExample\"> </a><a name=\"hcIneraPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-IneraPatient.html\">Inera Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anna Andersson (official) Female, Födelsedatum: 1950-01-01 ( http://electronichealth.se/identifier/personnummer#195001011234)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Sätt att kontakta patienten\">Kontaktuppgift</td><td colspan=\"3\">Testgatan 1 Stockholm 11122 SE (home)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://electronichealth.se/identifier/personnummer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "195001011234" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Andersson" ] ;
    ( fhir:given [ fhir:v "Anna" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1950-01-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Testgatan 1" ] ) ;
fhir:city [ fhir:v "Stockholm" ] ;
fhir:postalCode [ fhir:v "11122" ] ;
fhir:country [ fhir:v "SE" ]
  ] ) . #