CH EMED EPR
2.0.0 - trial-use Switzerland flag

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

: Practitioner: Perry Cox - 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 "PractitionerCox"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-practitioner"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-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 PractitionerCox</b></p><a name=\"PractitionerCox\"> </a><a name=\"hcPractitionerCox\"> </a><a name=\"PractitionerCox-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000234438</p><p><b>name</b>: Perry Cox </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601000234438" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Cox" ] ;
    ( fhir:given [ fhir:v "Perry" ] )
  ] ) . #