{
  "resourceType": "ValueSet",
  "id": "hr-encounter-status",
  "meta": {
    "versionId": "9",
    "lastUpdated": "2023-03-02T10:21:26.435+00:00",
    "source": "#ctn7SgkFKOesZbbu"
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\"><code>http://hl7.org/fhir/encounter-status</code></a><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://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-finished\">finished</a></td><td>Finished</td><td>The Encounter has ended.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>This instance should not have been part of this patient's medical record.</td></tr></table></li></ul></div>"
  },
  "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"
          }
        ]
      }
    ]
  }
}