| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected CareTeam |
JsonParser.parseCareTeam(com.google.gson.JsonObject json) |
protected CareTeam |
XmlParser.parseCareTeam(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeCareTeam(String name,
CareTeam element) |
protected void |
XmlParser.composeCareTeam(String name,
CareTeam element) |
protected void |
RdfParser.composeCareTeam(Turtle.Complex parent,
String parentType,
String name,
CareTeam element,
int index) |
protected void |
XmlParser.composeCareTeamElements(CareTeam element) |
protected void |
JsonParser.composeCareTeamInner(CareTeam element) |
protected CareTeam.CareTeamParticipantComponent |
JsonParser.parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json,
CareTeam owner) |
protected CareTeam.CareTeamParticipantComponent |
XmlParser.parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp,
CareTeam owner) |
protected boolean |
XmlParser.parseCareTeamCareTeamParticipantComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CareTeam owner,
CareTeam.CareTeamParticipantComponent res) |
protected void |
JsonParser.parseCareTeamCareTeamParticipantComponentProperties(com.google.gson.JsonObject json,
CareTeam owner,
CareTeam.CareTeamParticipantComponent res) |
protected boolean |
XmlParser.parseCareTeamContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CareTeam res) |
protected void |
JsonParser.parseCareTeamProperties(com.google.gson.JsonObject json,
CareTeam res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CareTeam> |
CarePlan.careTeamTarget
The actual objects that are the target of the reference (Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.)
|
protected List<CareTeam> |
EpisodeOfCare.teamTarget
The actual objects that are the target of the reference (The list of practitioners that may be facilitating this episode of care for specific purposes.)
|
| Modifier and Type | Method and Description |
|---|---|
List<CareTeam> |
CarePlan.getCareTeamTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<CareTeam> |
EpisodeOfCare.getTeamTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
CareTeam.copyValues(CareTeam dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.