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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeValueSet
IdValueSet-SDOHCC-ValueSetObservationMethod.json
FHIR VersionR4B

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

Generated Narrative: ValueSet SDOHCC-ValueSetObservationMethod

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes
    CodeDisplayDefinition
    self-reportedSelf ReportedThe subject reported the information about the subject.
    reported-by-related-personReported By Related PersonSomeone related to the subject reported the information about the subject.
    administrativeAdministrativeThe information about the subject was collected by an organization for administrative reasons not necessarily directly related to obtaining healthcare or health insurance.
    derived-specifyDerived SpecifyThe information about the subject was derived from information or methods other than directly reported by an individual. Text or derivedFrom should be used to further specify the method.
    other-specifyOther SpecifyThe actual value is not a member of the set of permitted data values in the constrained value domain of a variable. Text should be used to further specify the value.
    observedObservedDirect observation of the subject was used to obtain information about the subject.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 3.0.0
    CodeDisplayDefinition
    UNKunknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)

Source1

{
  "resourceType": "ValueSet",
  "id": "SDOHCC-ValueSetObservationMethod",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetObservationMethod",
  "version": "2.3.0",
  "name": "SDOHCCValueSetObservationMethod",
  "title": "SDOHCC ValueSet Observation Method",
  "status": "active",
  "experimental": false,
  "date": "2020-12-14T04:01:34+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "patientcare@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes that represent methods by which an individual's race or ethnicity information can be elicited.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
        "concept": [
          {
            "code": "self-reported",
            "display": "Self Reported"
          },
          {
            "code": "reported-by-related-person",
            "display": "Reported By Related Person"
          },
          {
            "code": "administrative",
            "display": "Administrative"
          },
          {
            "code": "derived-specify",
            "display": "Derived Specify"
          },
          {
            "code": "other-specify",
            "display": "Other Specify"
          },
          {
            "code": "observed",
            "display": "Observed"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "3.0.0",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}