Clinical
Summary
This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Patient Care Work Group | Maturity Level : N/A | Standards Status : Informative |
Compartments
:
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Care Team to address obesity
@prefix fhir: <http://hl7.org/fhir/> .@prefix loinc: <http://loinc.org/rdf#> .@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/CareTeam/example> a fhir:CareTeam; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care Team</div>" ]; fhir:DomainResource.contained [ a fhir:Practitioner; fhir:index 0; fhir:Resource.id [ fhir:value "pr1" ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Dietician" ]; fhir:HumanName.given [ fhir:value "Dorothy"; fhir:index 0 ] ] ]; fhir:CareTeam.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "12345" ] ]; fhir:CareTeam.status [ fhir:value "active"]; fhir:CareTeam.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:LA27976-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA27976-2" ]; fhir:Coding.display [ fhir:value "Encounter-focused care team" ] ] ]; fhir:CareTeam.name [ fhir:value "Peter James Charlmers Care Plan for Inpatient Encounter"]; fhir:CareTeam.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:CareTeam.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:CareTeam.period [ fhir:Period.end [ fhir:value "2013-01-01"^^xsd:date ] ]; fhir:CareTeam.participant [ fhir:index 0; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "responsiblePerson" ] ]; fhir:CareTeam.participant.member [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ][a fhir:CareTeam ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care Team</div>" ] ; # fhir:contained ( [ a fhir:Practitioner ; fhir:id [ fhir:v "pr1" ] ; fhir:name ( [ fhir:family [ fhir:v "Dietician" ] ; fhir:given ( [ fhir:v "Dorothy" ] ) ] ) ] ) ; # fhir:identifier ( [ fhir:value [ fhir:v "12345" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:category ( [ fhir:coding ( [ a loinc:LA27976-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA27976-2" ] ; fhir:display [ fhir:v "Encounter-focused care team" ] ] ) ] ) ; # fhir:name [ fhir:v "Peter James Charlmers Care Team for Inpatient Encounter"] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:period [ fhir:end [ fhir:v "2013-01-01"^^xsd:date ] ] ; # fhir:participant ( [ fhir:role [ fhir:text [ fhir:v "responsiblePerson" ] ] ; fhir:member [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ]], [ fhir:index 1; fhir:CareTeam.participant.role [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "adviser" ] ]; fhir:CareTeam.participant.member [ fhir:Reference.reference [ fhir:value "#pr1" ]; fhir:Reference.display [ fhir:value "Dorothy Dietition" ] ]; fhir:CareTeam.participant.onBehalfOf [ fhir:link <http://hl7.org/fhir/Organization/f001>; fhir:Reference.reference [ fhir:value "Organization/f001" ] ]; fhir:CareTeam.participant.period [ fhir:Period.end [ fhir:value "2013-01-01"^^xsd:date ]] [ fhir:role [ fhir:text [ fhir:v "adviser" ] ] ; fhir:member [ fhir:reference [ fhir:v "#pr1" ] ; fhir:display [ fhir:v "Dorothy Dietition" ] ] ; fhir:onBehalfOf [ fhir:reference [ fhir:v "Organization/f001" ] ] ; fhir:coverage [ a fhir:Timing ; fhir:repeat [ fhir:bounds [ a fhir:Period ; fhir:start [ fhir:v "2010-12-23"^^xsd:date ] ; fhir:end [ fhir:v "2013-01-01"^^xsd:date ] ] ; fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; fhir:dayOfWeek ( [ fhir:v "mon" ] ) ; fhir:when ( [ fhir:v "MORN" ] ) ] ]]; fhir:CareTeam.managingOrganization [ fhir:index 0; fhir:link <http://hl7.org/fhir/Organization/f001>; fhir:Reference.reference [ fhir:value "Organization/f001" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/Organization/f001> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/CareTeam/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/CareTeam/example.ttl> .] ) ; # fhir:managingOrganization ( [ fhir:reference [ fhir:v "Organization/f001" ] ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R5
hl7.fhir.core#5.0.0
generated
on
Fri,
Nov
1,
2019
09:34+1100.
QA
Page
Sun,
Mar
26,
2023
15:24+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R4B
|
|
Propose
a
change