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

FHIR IG Statistics: ValueSet/medcom-hospitalNotification-encounterStatus

Packagemedcom.fhir.dk.terminology
Resource TypeValueSet
Idmedcom-hospitalNotification-encounterStatus
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-hospitalNotification-encounterStatus.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterStatus
Version2.0.0-draft
Statusactive
Date2022-09-01
NameMedComHospitalNotificationEncounterStatus
TitleMedComHospitalNotificationEncounterStatusCodes
Realmdk
DescriptionValueSet containing status codes for hospital notification encounter

Resources that use this resource

StructureDefinition
medcom-hospitalNotification-encounterMedComHospitalNotificationEncounter

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet medcom-hospitalNotification-encounterStatus

  • Include these codes as defined in http://hl7.org/fhir/encounter-status
    CodeDisplayDefinition
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    onleaveOn LeaveThe Encounter has begun, but the patient is temporarily on leave.
    finishedFinishedThe Encounter has ended.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.

Source

{
  "resourceType": "ValueSet",
  "id": "medcom-hospitalNotification-encounterStatus",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterStatus",
  "version": "2.0.0-draft",
  "name": "MedComHospitalNotificationEncounterStatus",
  "title": "MedComHospitalNotificationEncounterStatusCodes",
  "status": "active",
  "experimental": false,
  "date": "2022-09-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "ValueSet containing status codes for hospital notification encounter",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "in-progress"
          },
          {
            "code": "onleave"
          },
          {
            "code": "finished"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}