IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Practitioner 2 Example - TTL Representation

Page standards status: Informative

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 "practitioner-2"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Practitioner 2 Example" ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is a practitioner 2 example for the *IE Core Practitioner Profile*." ]     ] ) ;
    ( fhir:profile [
fhir:v "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner"^^xsd:anyURI ;
fhir:link <http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner>     ] )
  ] ; # 
  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 practitioner-2</b></p><a name=\"practitioner-2\"> </a><a name=\"hcpractitioner-2\"> </a><a name=\"practitioner-2-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/imc</code>/456789</p><p><b>name</b>: Fielding Kathy </p><p><b>telecom</b>: <a href=\"mailto:Kathy.Fielding@direct.ExampleMedicalPractice.net\">Kathy.Fielding@direct.ExampleMedicalPractice.net</a></p><p><b>address</b>: 1080 FIRST RD VIRGINIA BEACH Donegal H91 CV48 (work)</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://iehr.ai/fhir/sid/ie/imc"^^xsd:anyURI ] ;
fhir:value [ fhir:v "456789" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Kathy" ] ;
    ( fhir:given [ fhir:v "Fielding" ] ) ;
    ( fhir:prefix [ fhir:v "Dr" ] )
  ] ) ; # 
  fhir:telecom ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-direct"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Kathy.Fielding@direct.ExampleMedicalPractice.net" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [ fhir:v "1080 FIRST RD" ] ) ;
fhir:city [ fhir:v "VIRGINIA BEACH" ] ;
fhir:state [ fhir:v "Donegal" ] ;
fhir:postalCode [ fhir:v "H91 CV48" ]
  ] ) . #