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

FHIR IG Statistics: ValueSet/EncounterTypeValueSet

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

Resources that use this resource

StructureDefinition
PH_EncounterPH_Encounter

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "EncounterTypeValueSet",
  "url": "https://example.org/fhir/ValueSet/EncounterTypeValueSet",
  "name": "EncounterTypeValueSet",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/encounter-type-codes",
        "concept": [
          {
            "code": "NewCaseNotApplicable",
            "display": "Not Applicable (New case)"
          },
          {
            "code": "UnknownNotApplicable",
            "display": "Not Applicable (Unknown)"
          },
          {
            "code": "UpdateSymptoms",
            "display": "Update Symptoms"
          },
          {
            "code": "UpdateHealthStatus",
            "display": "Update Health Status/Outcome"
          },
          {
            "code": "UpdateCaseClassification",
            "display": "Update Case Classification"
          },
          {
            "code": "UpdateVaccination",
            "display": "Update Vaccination"
          },
          {
            "code": "UpdateLabResult",
            "display": "Update Lab Result"
          },
          {
            "code": "UpdateDisposition",
            "display": "Update Disposition"
          },
          {
            "code": "UpdateChestImagingFindings",
            "display": "Update Chest Imaging Findings"
          },
          {
            "code": "UpdateExposureTravelHistory",
            "display": "Update Exposure/Travel History"
          },
          {
            "code": "OthersSpecify",
            "display": "Others, Specify"
          }
        ]
      }
    ]
  }
}