International Patient Access
1.1.0 - STU1 International flag

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

: Practitioner 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 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-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 PractitionerExample1</b></p><a name=\"PractitionerExample1\"> </a><a name=\"hcPractitionerExample1\"> </a><a name=\"PractitionerExample1-en-US\"> </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\">Profile: <a href=\"StructureDefinition-ipa-practitioner.html\">IPA-Practitioner</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.295</code>/1538344056 (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: Marty Seeger</p><p><b>gender</b>: Male</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.295"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1538344056" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Marty Seeger" ] ;
fhir:family [ fhir:v "Seeger" ] ;
    ( fhir:given [ fhir:v "Marty" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] . #