FastaKontakter - Lokal utvecklingsbygge (v0.1.0) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner
: Exempel vårdpersonal - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/ExamplePractitioner> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExamplePractitioner"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Genererad berättande text: Practitioner ExamplePractitioner</b></p><a name=\"ExamplePractitioner\"> </a><a name=\"hcExamplePractitioner\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.29.4.19</code>/SE2321000016-ABC123, <code>urn:oid:1.2.752.129.2.1.4.1</code>/196912302345</p><p><b>name</b>: Eva Svensson </p><p><b>gender</b>: Female</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.752.29.4.19"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SE2321000016-ABC123" ]
] [
fhir:system [ fhir:v "urn:oid:1.2.752.129.2.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "196912302345" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Svensson" ] ;
fhir:given ( [ fhir:v "Eva" ] )
] ) ; #
fhir:gender [ fhir:v "female"] . #