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

FHIR IG Statistics: StructureDefinition/EncounterStatusValueSet

Packageimplementation.guide.nhdr
Resource TypeStructureDefinition
IdEncounterStatusValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/StructureDefinition/EncounterStatusValueSet
URLhttps://example.org/fhir/StructureDefinition/EncounterStatusValueSet
Statusdraft
NameEncounterStatusValueSet
TypeValueSet
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/EncounterStatusValueSet",
  "name": "EncounterStatusValueSet",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ValueSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ValueSet.compose.include.concept",
        "path": "ValueSet.compose.include.concept",
        "slicing": {
          "description": "Status of the encounter",
          "rules": "open"
        }
      },
      {
        "id": "ValueSet.compose.include.concept:Yes",
        "path": "ValueSet.compose.include.concept",
        "sliceName": "Yes"
      },
      {
        "id": "ValueSet.compose.include.concept:Yes.code",
        "path": "ValueSet.compose.include.concept.code",
        "fixedCode": "Yes"
      },
      {
        "id": "ValueSet.compose.include.concept:Yes.display",
        "path": "ValueSet.compose.include.concept.display",
        "fixedString": "Yes"
      },
      {
        "id": "ValueSet.compose.include.concept:No",
        "path": "ValueSet.compose.include.concept",
        "sliceName": "No"
      },
      {
        "id": "ValueSet.compose.include.concept:No.code",
        "path": "ValueSet.compose.include.concept.code",
        "fixedCode": "No"
      },
      {
        "id": "ValueSet.compose.include.concept:No.display",
        "path": "ValueSet.compose.include.concept.display",
        "fixedString": "No"
      }
    ]
  }
}