FHIR IG Statistics: ValueSet/pcornet-vital-source
Resources that use this resource
Resources that this resource uses
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
Code | Display | Definition |
PR | Patient-reported | Source of the information is Patient-reported. |
PD | Patient Device Direct Feed | Source of the information is a Patient Device Direct Feed. |
HC | Healthcare | Source of the information is Healthcare organization such as problem list. |
HD | Healthcare Device Direct Feed | Source of the information is Healthcare Device Direct Feed. |
DR | Derived | Source of the information is Derived. |
NI | No information | There is No Information on the source of the data. |
UN | Unknown | Source of the information is Unknown. |
OT | Other | Source of the information is Other. |
Source
{
"resourceType": "ValueSet",
"id": "pcornet-vital-source",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-vital-source",
"version": "1.0.0",
"name": "PCORNetVitalSource",
"title": "PCORNet Vital 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 Vital 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": "PD"
},
{
"code": "HC"
},
{
"code": "HD"
},
{
"code": "DR"
},
{
"code": "NI"
},
{
"code": "UN"
},
{
"code": "OT"
}
]
}
]
}
}