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

FHIR IG analytics

Packagesignal.core.r4
Resource TypeValueSet
Idvalueset-us-core-problem-or-health-concern.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "us-core-problem-or-health-concern",
  "url": "http://hl7.org/fhir/us/core/ValueSet/us-core-problem-or-health-concern",
  "name": "USCoreProblemOrHealthConcern",
  "title": "US Core Problem or Health Concern",
  "status": "active",
  "experimental": false,
  "date": "2022-09-29",
  "publisher": "HL7 International - Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International - Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system": "email",
          "value": "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Code set for category codes for *US Core Condition Problems and Health Concerns Profile* consisting of the concepts \"problem\" and \"health-concern\".",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-category",
        "concept": [
          {
            "code": "problem-list-item"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
        "concept": [
          {
            "code": "health-concern"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-08-04T10:29:23+11:00",
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-category",
        "code": "problem-list-item",
        "display": "Problem List Item"
      },
      {
        "system": "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
        "code": "health-concern",
        "display": "Health Concern"
      }
    ]
  }
}