AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalPractitioner - 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 "MinimalPractitioner"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPractitioner"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPractitioner>     ] )
  ] ; # 
  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 MinimalPractitioner</b></p><a name=\"MinimalPractitioner\"> </a><a name=\"hcMinimalPractitioner\"> </a><a name=\"MinimalPractitioner-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE162321000255-106833</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.752.129.2.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SE162321000255-106833" ]
  ] ) . #