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

FHIR IG Statistics: ValueSet/EBI-VS-Versorgungsart

Packagede.aqua.ebi
Resource TypeValueSet
IdEBI-VS-Versorgungsart
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.aqua.ebi@0.9.0&canonical=https://fhir.gevko.de/ValueSet/EBI_VS_Versorgungsart
URLhttps://fhir.gevko.de/ValueSet/EBI_VS_Versorgungsart
Version0.9
Statusdraft
Date2022-04-29
NameEBI_VS_Versorgungsart
TitleEBI_VS_Versorgungsart
DescriptionAbbildung der Versorgungsart
Copyrightgevko GmbH

Resources that use this resource

StructureDefinition
EBI_PR_StatBehandlungEBI_PR_StatBehandlung

Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "EBI-VS-Versorgungsart",
  "url": "https://fhir.gevko.de/ValueSet/EBI_VS_Versorgungsart",
  "version": "0.9",
  "name": "EBI_VS_Versorgungsart",
  "title": "EBI_VS_Versorgungsart",
  "status": "draft",
  "experimental": false,
  "date": "2022-04-29",
  "publisher": "gevko GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gevko.de"
        }
      ]
    }
  ],
  "description": "Abbildung der Versorgungsart",
  "copyright": "gevko GmbH",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "AMB",
            "display": "ambulatory"
          },
          {
            "code": "IMP",
            "display": "inpatient encounter"
          }
        ]
      }
    ]
  }
}