Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ALEX Practitioner - 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 "AlexPractitionerExample"] ; # 
  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 AlexPractitionerExample</b></p><a name=\"AlexPractitionerExample\"> </a><a name=\"hcAlexPractitionerExample\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/hpi-id</code>/ZXP7823 (use: official, )</p><p><b>name</b>: ALEX Practitioner (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1968-01-27</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZXP7823" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Practitioner" ] ;
    ( fhir:given [ fhir:v "ALEX" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1968-01-27"^^xsd:date] . #