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

FHIR IG analytics

Packagefhir.hspc.core
Resource TypeValueSet
IdValueSet-location-addressType.json
FHIR Version

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": "location-addressType",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "url": "http://fhir.org/guides/hspc/ValueSet/location-addressType",
  "name": "Address Type value set",
  "status": "draft",
  "publisher": "HSPC",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://healthcaresoa.org"
        }
      ]
    }
  ],
  "description": "A set of value that describe different kinds of addresses.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/EntityNameUse",
        "concept": [
          {
            "code": "IDE",
            "display": "Ideographic"
          },
          {
            "code": "SYL",
            "display": "Syllabic"
          },
          {
            "code": "SNDX",
            "display": "Soundex"
          },
          {
            "code": "ABC",
            "display": "Alphabetic"
          },
          {
            "code": "PHON",
            "display": "Phonetic"
          }
        ]
      }
    ]
  }
}