ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: sleep-coach-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 -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sleep-coach-practitioner"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-practitioner"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"sleep-coach-practitioner\"> </a></p><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\">Resource Practitioner &quot;sleep-coach-practitioner&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-practitioner.html\">ResMed Practitioner</a></p></div><p><b>name</b>: Sally Harrison </p><p><b>telecom</b>: <a href=\"mailto:sally@sleepcoach.com\">sally@sleepcoach.com</a></p></div>"
  ] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Harrison" ] ;
    ( fhir:given [ fhir:v "Sally" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "sally@sleepcoach.com" ]
  ] ) . #