FHIR IG Statistics: ValueSet/pl-document-language
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
urn:ietf:bcp:47
Code | Display |
en-GB | British English |
en-US | American English |
pl-PL | Polish |
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"
}
]
}
]
}
}