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

FHIR IG Statistics: ValueSet/hr-encounter-status

Packagecezih.hr.cezih-osnova
Resource TypeValueSet
Idhr-encounter-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@0.2.9&canonical=http://fhir.cezih.hr/specifikacije/ValueSet/hr-encounter-status
URLhttp://fhir.cezih.hr/specifikacije/ValueSet/hr-encounter-status
Version0.2.3
Statusdraft
Date2024-01-25T14:50:58+00:00
NameHREncounterStatus
TitleStatus posjete
Realmuv
DescriptionSkup koncepata sadrži kodove koji definiraju status posjete

Resources that use this resource

StructureDefinition
hr-encounterPosjeta

Resources that this resource uses

No resources found


Narrative

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

  • 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.
    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": "hr-encounter-status",
  "meta": {
    "versionId": "9",
    "lastUpdated": "2023-03-02T10:21:26.435+00:00",
    "source": "#ctn7SgkFKOesZbbu"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.cezih.hr/specifikacije/ValueSet/hr-encounter-status",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.2.7.60.2.116"
    }
  ],
  "version": "0.2.3",
  "name": "HREncounterStatus",
  "title": "Status posjete",
  "status": "draft",
  "experimental": false,
  "date": "2024-01-25T14:50:58+00:00",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Skup koncepata sadrži kodove koji definiraju status posjete",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          }
        ]
      }
    ]
  }
}