HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

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

: Patient. Esempio con estensione patient-codedBirthPlace-it - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-birthPlace-opt2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-birthPlace-opt2</b></p><a name=\"Patient-birthPlace-opt2\"> </a><a name=\"hcPatient-birthPlace-opt2\"> </a><a name=\"Patient-birthPlace-opt2-it-IT\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Akuba Ackah (no stated gender), DoB Unknown ( http://hl7.it/sid/stp#STP0010011234567)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Via dei Pini 123; Ronda</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Codice comune e/o stato di nascita\"><a href=\"StructureDefinition-patient-codeableBirthPlace.html\">Codice comune e/o stato di nascita</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.it/sid/mef-ae-comuni F979}\">NUORO</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/sid/mef-ae-comuni",
            "code" : "F979",
            "display" : "NUORO"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/stp",
      "value" : "STP0010011234567"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Akuba Ackah",
      "family" : "Ackah",
      "given" : [
        "Akuba"
      ]
    }
  ],
  "address" : [
    {
      "text" : "Via dei Pini 123; Ronda"
    }
  ]
}