Publication Build: This will be filled in by the publication tooling
: CareTeam - heart condition - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "heart"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam> ] )
] ; #
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=\"heart\"> </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 "heart" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-careteam.html\">AU Core CareTeam</a></p></div><p><b>status</b>: active</p><p><b>category</b>: Condition-focused care team <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA27978-8)</span></p><p><b>name</b>: Wang Heart Health</p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p><blockquote><p><b>participant</b></p><p><b>role</b>: Cardiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#17561000)</span></p><p><b>member</b>: <a href=\"PractitionerRole-cardiologist-cardy-igist.html\">PractitionerRole/cardiologist-cardy-igist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: General practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#62247001)</span></p><p><b>member</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Dietitian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#159033005)</span></p><p><b>member</b>: <a href=\"PractitionerRole-dietician-tan-patricia.html\">PractitionerRole/dietician-tan-patricia</a></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LA27978-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA27978-8" ] ;
fhir:display [ fhir:v "Condition-focused care team" ] ] )
] ) ; #
fhir:name [ fhir:v "Wang Heart Health"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/wang-li" ]
] ; #
fhir:participant ( [
( fhir:role [
( fhir:coding [
a sct:17561000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/cardiologist-cardy-igist" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:62247001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "General practitioner" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:159033005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "159033005" ] ;
fhir:display [ fhir:v "Dietitian" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "PractitionerRole/dietician-tan-patricia" ] ]
] ) . #