This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
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" } ] }