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

HL7 Italia FHIR Implementation Guide (base) - Local Development build (v0.1.1). See the Directory of published versions

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

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "Patient-birthPlace-opt2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Patient-birthPlace-opt2</p><p><b>identifier</b>: STP0010011234567</p><p><b>active</b>: true</p><p><b>name</b>: Akuba Ackah</p><p><b>address</b>: Via dei Pini 123; Ronda</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/CodeSystem/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"
    }
  ]
}