HL7 Italia Terminology
0.1.2 - ci-build Italy

HL7 Italia Terminology, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/terminology/ and changes regularly. See the Directory of published versions

: Tipo medico di famiglia - JSON Representation

Active as of 2024-06-24

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mmgOrPls",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-it-V3RoleCode.html\"><code>https://www.hl7.it/fhir/terminology/CodeSystem/it-V3RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-it-V3RoleCode.html#it-V3RoleCode-MMG\">MMG</a></td><td>medico di medicina generale</td></tr><tr><td><a href=\"CodeSystem-it-V3RoleCode.html#it-V3RoleCode-PLS\">PLS</a></td><td>pediatra di libera scelta</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.hl7.it/fhir/terminology/ValueSet/mmgOrPls",
  "version" : "0.1.2",
  "name" : "VsMmgPlsRoles",
  "title" : "Tipo medico di famiglia",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-06-24T07:55:16+00: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" : "Tipo medico di famiglia: Medico Medicina Generale o Pediatra di Libera Scelta",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT",
          "display" : "Italy"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://www.hl7.it/fhir/terminology/CodeSystem/it-V3RoleCode",
        "concept" : [
          {
            "code" : "MMG",
            "display" : "medico di medicina generale"
          },
          {
            "code" : "PLS",
            "display" : "pediatra di libera scelta"
          }
        ]
      }
    ]
  }
}