Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: org-vatin - JSON Representation
Raw json | Download
{
"resourceType" : "NamingSystem",
"id" : "org-vatin",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://fhir.ee/NamingSystem/org-vatin</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>OrgVATIN</td></tr><tr><td>Title</td><td>VAT identification number</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>VAT identification number.</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 Estonia</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>URI</td><td>https://fhir.ee/sid/org/vatin</td><td>true</td></tr></table></div>"
},
"url" : "https://fhir.ee/NamingSystem/org-vatin",
"version" : "1.0.0",
"name" : "OrgVATIN",
"title" : "VAT identification number",
"status" : "draft",
"kind" : "identifier",
"date" : "2022-11-05T12:40:30.7439354+00:00",
"publisher" : "HL7 Estonia",
"contact" : [
{
"name" : "HL7 Estonia",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.ee"
}
]
}
],
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"description" : "VAT identification number.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "EE",
"display" : "Estonia"
}
]
}
],
"usage" : "Used in resources defining the identifier for a taxable person (business) or non-taxable legal entity that is registered for VAT.",
"uniqueId" : [
{
"type" : "uri",
"value" : "https://fhir.ee/sid/org/vatin",
"preferred" : true
}
]
}