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

: PractitionerExample1 - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-practitioner-profile"^^xsd:anyURI ;
fhir:link <http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-practitioner-profile>     ] )
  ] ; # 
  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: Practitioner PractitionerExample1</b></p><a name=\"PractitionerExample1\"> </a><a name=\"hcPractitionerExample1\"> </a><a name=\"PractitionerExample1-en-US\"> </a><p><b>identifier</b>: SE2321000131-P000000123456</p><p><b>name</b>: John Bob Goode Johansson(Official)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678</td><td><span title=\"Codes:{http://snomed.info/sct 309453006}\">barnmorska</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "SE2321000131-P000000123456" ]
  ] ) ; # 
  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:v "Bob" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CL" ]       ] )     ] )
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:value [ fhir:v "12345678" ]     ] ) ;
fhir:code [
      ( fhir:coding [
a sct:309453006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309453006" ] ;
fhir:display [ fhir:v "barnmorska" ]       ] )     ]
  ] ) . #