Netherlands - Generic Functions for data exchange Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Organization 1 - Practitioner Harry Arts - TTL Representation
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 "9a63e407-34af-4ae4-ad3c-f7107fbbc0cd"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"^^xsd:anyURI ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-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 9a63e407-34af-4ae4-ad3c-f7107fbbc0cd</b></p><a name=\"9a63e407-34af-4ae4-ad3c-f7107fbbc0cd\"> </a><a name=\"hc9a63e407-34af-4ae4-ad3c-f7107fbbc0cd\"> </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-nl-gf-practitioner.html\">NL Generic Functions Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://cp1.example.org/HRM/employees</code>/5678</p><p><b>name</b>: Hary Arts(Official)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://cp1.example.org/HRM/employees"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5678" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Hary Arts" ] ;
fhir:family [ fhir:v "Arts" ] ;
( fhir:given [ fhir:v "Harry" ] )
] ) . #