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

: airview-patient-with-custom-rules - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "airview-patient-with-custom-rules"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-patient"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sally McDonald </b> (no stated gender), DoB: 1976-12-11 ( EasyCare Number: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\">#</a>urn:uuid:ef8deb92-904f-41b3-9058-6e87ad35c05a (use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-user-identifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ECN" ]       ] )     ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:ef8deb92-904f-41b3-9058-6e87ad35c05a" ] ;
fhir:assigner [
fhir:display [ fhir:v "ResMed Corp." ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "McDonald" ] ;
    ( fhir:given [ fhir:v "Sally" ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1976-12-11"^^xsd:date] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/airview-organization" ]
  ] . #