German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Encounter Praxis Class Value Set - JSON Representation

Active as of 2026-09-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "encounter-praxis-class",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet encounter-praxis-class</b></p><a name=\"encounter-praxis-class\"> </a><a name=\"hcencounter-praxis-class\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><span title=\"Version is explicitly stated to be 11.0.0\"> version &#x1F4CD;11.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">AMB</a></td><td>ambulatory</td><td>A comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-HH\">HH</a></td><td>home health</td><td>Healthcare encounter that takes place in the residence of the patient or a designee</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.cognovis.de/praxis/ValueSet/encounter-praxis-class",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.7985.48.37"
    }
  ],
  "version" : "0.101.6",
  "name" : "EncounterPraxisClassVS",
  "title" : "Encounter Praxis Class Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-11T18:48:44+02:00",
  "publisher" : "cognovis GmbH",
  "contact" : [
    {
      "name" : "cognovis GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cognovis.de"
        },
        {
          "system" : "email",
          "value" : "info@cognovis.de"
        }
      ]
    }
  ],
  "description" : "Permitted class values for EncounterPraxis: ambulatory clinical contact (AMB) or home visit (HH).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "copyright" : "Copyright 2026+ cognovis GmbH. Cognovis-authored material is licensed under Apache-2.0; third-party material retains its own terms as documented in THIRD_PARTY_NOTICES.md.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "11.0.0",
        "concept" : [
          {
            "code" : "AMB",
            "display" : "ambulatory"
          },
          {
            "code" : "HH",
            "display" : "home health"
          }
        ]
      }
    ]
  }
}