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

FHIR IG Statistics: ValueSet/pl-document-language

PackageHl7PlBaseIg
Resource TypeValueSet
Idpl-document-language
FHIR VersionR5
Sourcehttp://hl7.org.pl/fhir/ig/pl-base/https://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-document-language.html
URLhttp://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-document-language
Version0.1.0
Statusdraft
Date2025-08-06T12:51:24+00:00
NamePLDocumentLanguage
TitleDocument Language (PL)
Authorityhl7
DescriptionDopuszczalny język dokumentu medycznego w Polsce

Resources that use this resource

StructureDefinition
pl-base-compositionComposition (PL)

Resources that this resource uses

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

Narrative

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

Generated Narrative: ValueSet pl-document-language

  • Include these codes as defined in urn:ietf:bcp:47
    CodeDisplay
    en-GBBritish English
    en-USAmerican English
    pl-PLPolish

Source

{
  "resourceType": "ValueSet",
  "id": "pl-document-language",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-document-language",
  "version": "0.1.0",
  "name": "PLDocumentLanguage",
  "title": "Document Language (PL)",
  "status": "draft",
  "date": "2025-08-06T12:51:24+00:00",
  "publisher": "HL7 Poland",
  "contact": [
    {
      "name": "HL7 Poland",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.pl"
        }
      ]
    }
  ],
  "description": "Dopuszczalny język dokumentu medycznego w Polsce",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:47",
        "concept": [
          {
            "code": "en-GB",
            "display": "British English"
          },
          {
            "code": "en-US",
            "display": "American English"
          },
          {
            "code": "pl-PL",
            "display": "Polish"
          }
        ]
      }
    ]
  }
}