HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ISTAT - Continente - JSON Representation

Active as of 2024-03-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "istat-continente",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.it/fhir/lab-report/CodeSystem/istat-continente</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"istat-continente-1\"> </a></td><td>Europa</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"istat-continente-2\"> </a></td><td>Africa</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"istat-continente-3\"> </a></td><td>Asia</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"istat-continente-4\"> </a></td><td>America</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"istat-continente-5\"> </a></td><td>Oceania</td></tr></table></div>"
  },
  "url" : "http://hl7.it/fhir/lab-report/CodeSystem/istat-continente",
  "version" : "0.2.0",
  "name" : "CsContinente",
  "title" : "ISTAT - Continente",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-08T09:39:30+01:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    },
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    }
  ],
  "description" : "ISTAT - Continente",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT",
          "display" : "Italy"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "Europa"
    },
    {
      "code" : "2",
      "display" : "Africa"
    },
    {
      "code" : "3",
      "display" : "Asia"
    },
    {
      "code" : "4",
      "display" : "America"
    },
    {
      "code" : "5",
      "display" : "Oceania"
    }
  ]
}