FHIR IG analytics| Package | hl7.fhir.us.mdi.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-vs-med-dq-review.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet vs-med-dq-review
http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example| Code | Display | Definition |
| MED_INF_DQ_MEDICAL_VALID | Medical Data Valid | Review response that medical data is valid |
| MED_INF_DQ_MEDICAL_VALID_WITH_EXCEPTIONS | Medical Data Valid With Exceptions | Review response that medical data is valid with exceptions |
| MED_INF_DQ_MEDICAL_INVALID | Medical Data Not Invalid | Review response that medical data is invalid |
{
"resourceType": "ValueSet",
"id": "vs-med-dq-review",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pher"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/mdi/ImplementationGuide/hl7.fhir.us.mdi"
}
]
}
},
{
"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/mdi/ImplementationGuide/hl7.fhir.us.mdi"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/mdi/ValueSet/vs-med-dq-review",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.11.48.5"
}
],
"version": "2.0.0",
"name": "VSMedDQReview",
"title": "Medical Data Quality Review",
"status": "active",
"experimental": false,
"date": "2025-05-15T14:16:11+00:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"name": "HL7 International / Public Health",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description": "This value set contains example codes for medical data quality review.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/us/mdi/CodeSystem/cs-death-cert-review-example",
"concept": [
{
"code": "MED_INF_DQ_MEDICAL_VALID",
"display": "Medical Data Valid"
},
{
"code": "MED_INF_DQ_MEDICAL_VALID_WITH_EXCEPTIONS",
"display": "Medical Data Valid With Exceptions"
},
{
"code": "MED_INF_DQ_MEDICAL_INVALID",
"display": "Medical Data Not Invalid"
}
]
}
]
}
}