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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/AlexPractitionerExample> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AlexPractitionerExample"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-id" ] ;
     fhir:Identifier.value [ fhir:value "ZXP7823" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Practitioner" ] ;
     fhir:HumanName.given [
       fhir:value "ALEX" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] ;
  fhir:Practitioner.birthDate [ fhir:value "1968-01-27"^^xsd:date] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/AlexPractitionerExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/AlexPractitionerExample.ttl> .