FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | ValueSet |
| Id | ValueSet-argo-codesystem.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Argonaut Extension Codes
| Code | Code System | Display Term | Description |
|---|---|---|---|
| problem | http://argonaut.hl7.org | Problem | The patients problems as identified by the provider(s). Items on the provider’s problem list |
| health-concern | http://argonaut.hl7.org | Health Concern | Additional health concerns from other stakeholders which are outside the provider’s problem list. |
| careteam | http://argonaut.hl7.org | Care Team | Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care. |
| assess-plan | http://argonaut.hl7.org | Assessment and Plan of Treatment | The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient. |
{
"resourceType": "ValueSet",
"id": "argo-codesystem",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/argonaut/ValueSet/argo-codesystem",
"name": "Argonaut Extension Codes",
"status": "draft",
"publisher": "Argonaut Project",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://argonautwiki.hl7.org"
}
]
}
],
"date": "2016-10-18",
"description": "Set of codes that are needed for implementation of the Argonaut Project IGs. These codes are used as extensions to the FHIR and DAF value sets.",
"requirements": "Codes that are needed for implementation of the Argonaut Project Igs",
"codeSystem": {
"system": "http://argonaut.hl7.org",
"version": "1",
"concept": [
{
"code": "problem",
"display": "Problem",
"definition": "The patients problems as identified by the provider(s). Items on the provider’s problem list"
},
{
"code": "health-concern",
"display": "Health Concern",
"definition": "Additional health concerns from other stakeholders which are outside the provider’s problem list."
},
{
"code": "careteam",
"display": "Care Team",
"definition": "Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care."
},
{
"code": "assess-plan",
"display": "Assessment and Plan of Treatment",
"definition": "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient."
}
]
}
}