Package | implementation.guide.nhdr |
Resource Type | ValueSet |
Id | OrganizationTypeValueSet |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/ValueSet/OrganizationTypeValueSet |
URL | https://example.org/fhir/ValueSet/OrganizationTypeValueSet |
Status | draft |
Name | OrganizationTypeValueSet |
StructureDefinition | |
PH_Organization | PH_Organization |
No resources found
No narrative content found in resource
{ "resourceType": "ValueSet", "id": "OrganizationTypeValueSet", "url": "https://example.org/fhir/ValueSet/OrganizationTypeValueSet", "name": "OrganizationTypeValueSet", "status": "draft", "fhirVersion": "4.0.1", "compose": { "include": [ { "system": "http://example.org/fhir/organization-type-codes", "concept": [ { "code": "RuralHealthUnit", "display": "Rural Health Unit" }, { "code": "CityHealthOffice", "display": "City Health Office" }, { "code": "MunicipalHealthOffice", "display": "Municipal Health Office" }, { "code": "ProvincialHealthOffice", "display": "Provincial Health Office" }, { "code": "GovernmentHospital", "display": "Government Hospital" }, { "code": "PrivateHospital", "display": "Private Hospital" }, { "code": "Clinic", "display": "Clinic" }, { "code": "PrivateLaboratory", "display": "Private Laboratory" }, { "code": "PublicLaboratory", "display": "Public Laboratory" }, { "code": "SeaportAirport", "display": "Seaport/Airport" }, { "code": "Others", "display": "Others" } ] } ] } }