FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeValueSet
IdValueSet-postalCode.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "postalCode",
  "url": "https://demis.rki.de/fhir/ValueSet/postalCode",
  "version": "1.1.0",
  "name": "PostalCode",
  "title": "Postleitzahl",
  "status": "active",
  "date": "2023-02-09",
  "description": "Das ValueSet PostalCode enthält die Codes der Postleitzahlen.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "version": "ALPHA-2",
          "code": "DE"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://demis.rki.de/fhir/CodeSystem/postalCode",
        "version": "1.0.0"
      }
    ]
  }
}