| Package | implementation.guide.nhdr |
| Resource Type | ValueSet |
| Id | ImmunizationReportOrigin |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/ImmunizationReportOrigin |
| URL | http://example.org/fhir/ValueSet/ImmunizationReportOrigin |
| Version | 1.0.0 |
| Status | draft |
| Date | 2024-11-28 |
| Name | ImmunizationReportOrigin |
| Title | Immunization Report Origin Value Set |
| Description | A value set representing the origin of immunization reports. |
| StructureDefinition | |
| PH_Immunization | PH_Immunization |
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "ImmunizationReportOrigin",
"url": "http://example.org/fhir/ValueSet/ImmunizationReportOrigin",
"version": "1.0.0",
"name": "ImmunizationReportOrigin",
"title": "Immunization Report Origin Value Set",
"status": "draft",
"experimental": false,
"date": "2024-11-28",
"publisher": "Your Organization Name",
"description": "A value set representing the origin of immunization reports.",
"compose": {
"include": [
{
"system": "http://example.org/fhir/CodeSystem/ImmunizationReportOriginCodeSystem",
"concept": [
{
"code": "VaccinationCard",
"display": "Vaccination Card"
},
{
"code": "Logsheet",
"display": "Logsheet"
},
{
"code": "ByRecall",
"display": "By recall"
},
{
"code": "OthersSpecify",
"display": "Others, Specify"
},
{
"code": "Card",
"display": "Card"
},
{
"code": "Recall",
"display": "Recall"
},
{
"code": "TCL",
"display": "TCL"
},
{
"code": "Both",
"display": "Both"
},
{
"code": "Unknown",
"display": "Unknown"
}
]
}
]
}
}