EpisodeOfCare.statusHistory FHIR attribute (stu3) In the EpisodeOfCare resource for FHIR stu3 , the statusHistory attribute identifies the Past list of status codes (the current status may be included to cover the start date of the status)
statusHistory (EpisodeOfCare) description Attribute Name: statusHistory
Description: Past list of status codes (the current status may be included to cover the start date of the status)
Attribute Type :
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
EpisodeOfCare.statusHistory Example "statusHistory": [
{
"status": "planned",
"period": {
"start": "2014-09-01",
"end": "2014-09-14"
}
},
{
"status": "active",
"period": {
"start": "2014-09-15",
"end": "2014-09-21"
}
},
{
"status": "onhold",
"period": {
"start": "2014-09-22",
"end": "2014-09-24"
}
},
{
"status": "active",
"period": {
"start": "2014-09-25"
}
}
]
EpisodeOfCare attributes Attribute Field is list Type Description
status
false
code
planned | waitlist | active | onhold | finished | cancelled | entered-in-error
Description: planned | waitlist | active | onhold | finished | cancelled | entered-in-error
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "status": "active"
managingOrganization
false
Reference
Organization that assumes care
Description: Organization that assumes care
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "managingOrganization": {
"reference": "Organization/hl7"
}
account
true
Reference
The set of accounts that may be used for billing for this EpisodeOfCare
Description: The set of accounts that may be used for billing for this EpisodeOfCare
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "account": [
{
"display": "example account",
"reference": "Account/example"
}
]
careManager
false
Reference
Care manager/care co-ordinator for the patient
Description: Care manager/care co-ordinator for the patient
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "careManager": {
"display": "Amanda Assigned",
"reference": "Practitioner/14"
}
patient
false
Reference
The patient who is the focus of this episode of care
Description: The patient who is the focus of this episode of care
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "patient": {
"reference": "Patient/example"
}
identifier
true
Identifier
Business Identifier(s) relevant for this EpisodeOfCare
Description: Business Identifier(s) relevant for this EpisodeOfCare
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "identifier": [
{
"system": "http://example.org/sampleepisodeofcare-identifier",
"value": "123"
}
]
period
false
Period
Duration the EpisodeOfCare was in the specified status
Description: Duration the EpisodeOfCare was in the specified status
Attribute Type : Period
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "period": {
"start": "2014-09-01"
}
referralRequest
true
Reference
Originating Referral Request(s)
Description: Originating Referral Request(s)
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "referralRequest": [
{
"display": "Referral from Example Aged Care Services"
}
]
diagnosis
true
Data Type
The list of diagnosis relevant to this episode of care
Description: The list of diagnosis relevant to this episode of care
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "diagnosis": [
{
"role": {
"coding": [
{
"code": "CC",
"system": "http://hl7.org/fhir/diagnosis-role",
"display": "Chief complaint"
}
]
},
"rank": 1,
"condition": {
"reference": "Condition/stroke"
}
}
]
team
true
Reference
Other practitioners facilitating this episode of care
Description: Other practitioners facilitating this episode of care
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "team": [
{
"display": "example care team",
"reference": "CareTeam/example"
}
]
statusHistory
true
Data Type
Past list of status codes (the current status may be included to cover the start date of the status)
Description: Past list of status codes (the current status may be included to cover the start date of the status)
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "statusHistory": [
{
"status": "planned",
"period": {
"start": "2014-09-01",
"end": "2014-09-14"
}
},
{
"status": "active",
"period": {
"start": "2014-09-15",
"end": "2014-09-21"
}
},
{
"status": "onhold",
"period": {
"start": "2014-09-22",
"end": "2014-09-24"
}
},
{
"status": "active",
"period": {
"start": "2014-09-25"
}
}
]
type
true
CodeableConcept
Type/class - e.g. specialist referral, disease management
Description: Type/class - e.g. specialist referral, disease management
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "type": [
{
"coding": [
{
"code": "hacc",
"system": "http://hl7.org/fhir/episodeofcare-type",
"display": "Home and Community Care"
}
]
}
]