Swedish FHIR group common profiles

1.0.2 - ci-build  flag

Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions

: minimal-practitioner - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "minimal-practitioner"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite"^^xsd:anyURI ;
fhir:link <https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite>     ] )
  ] ; # 
  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 minimal-practitioner</b></p><a name=\"minimal-practitioner\"> </a><a name=\"hcminimal-practitioner\"> </a><a name=\"minimal-practitioner-sv-SE\"> </a><p><b>identifier</b>: Provider number/SE2321000016-A123 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Erik Johansson (Official)</p><p><b>telecom</b>: <a href=\"tel:+46101234567\">+46101234567</a>, <a href=\"mailto:erik.johansson@example.se\">erik.johansson@example.se</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:1.2.752.29.4.19"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SE2321000016-A123" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Johansson" ] ;
    ( fhir:given [ fhir:v "Erik" ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+46101234567" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "erik.johansson@example.se" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #