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

FHIR IG Statistics: ValueSet/OrganizationTypeValueSet

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdOrganizationTypeValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/ValueSet/OrganizationTypeValueSet
URLhttps://example.org/fhir/ValueSet/OrganizationTypeValueSet
Statusdraft
NameOrganizationTypeValueSet

Resources that use this resource

StructureDefinition
PH_OrganizationPH_Organization

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
          }
        ]
      }
    ]
  }
}