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

FHIR IG Statistics: ValueSet/languages

Packagefhir.argonaut.r2
TypeValueSet
Idlanguages
FHIR VersionR2
Sourcehttp://fhir.org/guides/argonaut/r2/https://simplifier.net/resolve?scope=fhir.argonaut.r2@1.0.0&canonical=http://fhir.org/guides/argonaut/ValueSet/languages
URLhttp://fhir.org/guides/argonaut/ValueSet/languages
Statusdraft
Date2016-11-02T09:04:05+11:00
NameAll Languages
Realmus
Authorityhl7
DescriptionThis value set includes all possible codes from BCP-47 (http://tools.ietf.org/html/bcp47)

Resources that use this resource

StructureDefinition
argo-patientArgonaut Patient Profile

Resources that this resource uses

CodeSystem
urn:ietf:bcp:47Common Codes from BCP-47
urn:ietf:bcp:47ietf-bcp-47

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "languages",
  "text": {
    "status": "generated"
  },
  "url": "http://fhir.org/guides/argonaut/ValueSet/languages",
  "name": "All Languages",
  "status": "draft",
  "experimental": true,
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://argonautwiki.hl7.org",
          "rank": 0
        }
      ]
    }
  ],
  "date": "2016-11-02T09:04:05+11:00",
  "description": "This value set includes all possible codes from BCP-47 (http://tools.ietf.org/html/bcp47)",
  "immutable": false,
  "extensible": false,
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:47"
      }
    ]
  }
}