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-care-team-example - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CareTeam ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "resmed-care-team-example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"resmed-care-team-example\"> </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 CareTeam "resmed-care-team-example" </p></div><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"Patient-airview-patient.html\">Patient/airview-patient</a> " SMITH"</p><blockquote><p><b>participant</b></p><p><b>role</b>: Respiratory physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#41672002)</span></p><p><b>member</b>: <a href=\"Practitioner-resmed-practitioner-example.html\">Practitioner/resmed-practitioner-example</a> " SMITH"</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Health coach <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#432100008)</span></p><p><b>member</b>: <a href=\"Practitioner-sleep-coach-practitioner.html\">Practitioner/sleep-coach-practitioner</a> " HARRISON"</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/airview-patient" ]
] ; #
fhir:participant ( [
( fhir:role [
( fhir:coding [
a sct:41672002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41672002" ] ;
fhir:display [ fhir:v "Respiratory physician" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/resmed-practitioner-example" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:432100008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "432100008" ] ;
fhir:display [ fhir:v "Health coach" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/sleep-coach-practitioner" ] ]
] ) . #