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

: resmed-ecn-patient - 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 "resmed-ecn-patient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-patient-ecn"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-patient-ecn>     ] )
  ] ; # 
  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>Anonymous Patient</b> (no stated gender), DoB Unknown ( EasyCare Number: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\">#</a>urn:uuid:1626af7d-3623-4465-9145-3d2ca44a7d3d (use: OFFICIAL))</p><hr/></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:1626af7d-3623-4465-9145-3d2ca44a7d3d" ] ;
fhir:assigner [
fhir:display [ fhir:v "ResMed Corp." ]     ]
  ] ) . #