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

FHIR IG Statistics: StructureDefinition/e0334a9b-b7a9-46fa-9db3-b5345ecc26b8

Packagefhir.washabich.de
Resource TypeStructureDefinition
Ide0334a9b-b7a9-46fa-9db3-b5345ecc26b8
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.washabich.de@1.0.5&canonical=https://fhir.washabich.de/StructureDefinition/WhiEncounter
URLhttps://fhir.washabich.de/StructureDefinition/WhiEncounter
Statusactive
Date2021-03-24T16:17:40.7257315Z
NameWhiEncounter
TitleWhiEncounter
Realmus
Authorityhl7
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
WhiEncounterCaseCase on WhiEncounter
WhiEncounterExplanationExplanation on WhiEncounter

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "e0334a9b-b7a9-46fa-9db3-b5345ecc26b8",
  "meta": {
    "lastUpdated": "2021-05-11T20:11:32.128+00:00"
  },
  "url": "https://fhir.washabich.de/StructureDefinition/WhiEncounter",
  "name": "WhiEncounter",
  "title": "WhiEncounter",
  "status": "active",
  "experimental": false,
  "date": "2021-03-24T16:17:40.7257315Z",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.extension",
        "path": "Encounter.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Encounter.extension:case",
        "path": "Encounter.extension",
        "sliceName": "case",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.washabich.de/StructureDefinition/WhiEncounterCase"
            ]
          }
        ]
      },
      {
        "id": "Encounter.extension:explanation",
        "path": "Encounter.extension",
        "sliceName": "explanation",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.washabich.de/StructureDefinition/WhiEncounterExplanation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "fixedCode": "unknown",
        "mustSupport": true
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "mustSupport": true
      },
      {
        "id": "Encounter.class.system",
        "path": "Encounter.class.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "mustSupport": true
      },
      {
        "id": "Encounter.class.code",
        "path": "Encounter.class.code",
        "min": 1,
        "fixedCode": "VR",
        "mustSupport": true
      },
      {
        "id": "Encounter.class.display",
        "path": "Encounter.class.display",
        "min": 1,
        "fixedString": "virtual",
        "mustSupport": true
      }
    ]
  }
}