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

FHIR IG Statistics: ValueSet/EncounterLocationPhysicalTypeValueSet

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

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": "EncounterLocationPhysicalTypeValueSet",
  "url": "https://example.org/fhir/ValueSet/EncounterLocationPhysicalTypeValueSet",
  "name": "EncounterLocationPhysicalTypeValueSet",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/encounter-location-physical-type",
        "concept": [
          {
            "code": "Private",
            "display": "Private"
          },
          {
            "code": "NonPrivate",
            "display": "Non-Private (Charity/Service)"
          }
        ]
      }
    ]
  }
}