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

FHIR IG Statistics: CodeSystem/mode-of-arrival

Packageee.fhir.terminology
TypeCodeSystem
Idmode-of-arrival
FHIR VersionR5
Sourcehttps://fhir.ee/https://fhir.ee/packages/terminology/1.0.0/site/CodeSystem-mode-of-arrival.html
URLhttps://fhir.ee/CodeSystem/mode-of-arrival
Version1.0.0
Statusdraft
Date2025-06-19T06:40:41+00:00
NameEEModeOfArrival
TitleMode Of Arrival
Realmee
Authorityhl7
DescriptionThe content of this code system is intended to supplement HL7's code system arrivalMode (version 2.1.0) with one additional code ('PV') for using in ValueSets
PurposeUnderlying Master Code System for V2 table 0430 (Mode of Arrival Code)
Contentcomplete

Resources that use this resource

ValueSet
mode-of-arrivalMode Of Arrival

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem mode-of-arrival

This case-insensitive code system https://fhir.ee/CodeSystem/mode-of-arrival defines the following code:

CodeDisplayDefinition
PV Police VehiclePolice Vehicle

Source

{
  "resourceType": "CodeSystem",
  "id": "mode-of-arrival",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/CodeSystem/mode-of-arrival",
  "version": "1.0.0",
  "name": "EEModeOfArrival",
  "title": "Mode Of Arrival",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-19T06:40:41+00:00",
  "publisher": "HL7 Estonia",
  "contact": [
    {
      "name": "HL7 Estonia",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ee"
        }
      ]
    }
  ],
  "description": "The content of this code system is intended to supplement HL7's code system arrivalMode (version 2.1.0) with one additional code ('PV') for using in ValueSets",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "purpose": "Underlying Master Code System for V2 table 0430 (Mode of Arrival Code)",
  "caseSensitive": false,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "PV",
      "display": "Police Vehicle",
      "definition": "Police Vehicle"
    }
  ]
}