FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/pcornet-condition-source

Packagehl7.fhir.us.cdmh
Resource TypeValueSet
Idpcornet-condition-source
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cdmh/https://build.fhir.org/ig/HL7/cdmh/ValueSet-pcornet-condition-source.html
URLhttp://hl7.org/fhir/us/cdmh/ValueSet/pcornet-condition-source
Version1.0.0
Statusactive
Date2021-09-06
NamePCORNetConditionSource
TitlePCORNet Condition Source
Realmus
Authorityhl7
DescriptionThe PCORNet Condition Source Codes contains the codes to be used by PCORNet data marts to indicate from where the data originated.
CopyrightUsed by permission of HL7, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
cdmh-conditionCDMH Condition
cdmh-pcornet-condition-sourcePCORNet Condition Source

Resources that this resource uses

CodeSystem
pcornet-information-sourcesPCORNet Information Source

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources
    CodeDisplayDefinition
    PRPatient-reportedSource of the information is Patient-reported.
    HCHealthcareSource of the information is Healthcare organization such as problem list.
    RGRegistry cohortSource of the information is Healthcare organization such as problem list.
    CCPatients Cheif ComplaintSource of the information is Patients Chief Complaint
    PCPCORNet condition algorithmSource of the information is PCORNet defined condition algorithm
    DRDerivedSource of the information is Derived.
    NINo informationThere is No Information on the source of the data.
    UNUnknownSource of the information is Unknown.
    OTOtherSource of the information is Other.

Source

{
  "resourceType": "ValueSet",
  "id": "pcornet-condition-source",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-condition-source",
  "version": "1.0.0",
  "name": "PCORNetConditionSource",
  "title": "PCORNet Condition Source",
  "status": "active",
  "date": "2021-09-06",
  "publisher": "HL7 International - Biomedical Research and Regulation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "The PCORNet Condition Source Codes contains the codes to be used by PCORNet data marts to indicate from where the data originated.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources",
        "concept": [
          {
            "code": "PR"
          },
          {
            "code": "HC"
          },
          {
            "code": "RG"
          },
          {
            "code": "CC"
          },
          {
            "code": "PC"
          },
          {
            "code": "DR"
          },
          {
            "code": "NI"
          },
          {
            "code": "UN"
          },
          {
            "code": "OT"
          }
        ]
      }
    ]
  }
}