FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeValueSet
IdValueSet-argo-codesystem.json
FHIR VersionR2

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.

Source1

{
  "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."
      }
    ]
  }
}