Sha256: 4eef435551fbd8b5c6ad72c85d7f9989408c6f0f7b8f593385ba635e1bc9cf50

Contents?: true

Size: 911 Bytes

Versions: 3

Compression:

Stored size: 911 Bytes

Contents

{
  "resourceType": "ValueSet",
  "id": "iso3166-1-N",
  "meta": {
    "lastUpdated": "2018-12-27T22:37:54.724+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://hl7.org/fhir/ValueSet/iso3166-1-N",
  "version": "4.0.0",
  "name": "Iso3166-1-N",
  "title": "Iso 3166 Part 1: Numeric Codes",
  "status": "active",
  "experimental": false,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set defines the ISO 3166 Part 1 Numeric codes",
  "compose": {
    "include": [
      {
        "system": "urn:iso:std:iso:3166",
        "filter": [
          {
            "property": "code",
            "op": "regex",
            "value": "[0-9]{3}"
          }
        ]
      }
    ]
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/json/valueset-iso3166-1-N.json
fhir_models-4.0.1 lib/fhir_models/examples/json/valueset-iso3166-1-N.json
fhir_models-4.0.0 lib/fhir_models/examples/json/valueset-iso3166-1-N.json