HL7 Italia FHIR Sandbox
0.2.0 - CI Build

HL7 Italia FHIR Sandbox - Local Development build (v0.2.0). See the Directory of published versions

Patient. Esempio con estensione patientBirthPlace-codeable-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 with Details</b></p><p><b>id</b>: Patient-birthPlace-opt2</p><p><b>identifier</b>: Straniero Temporaneamente Presente = 123456789</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/patientBirthPlace-codeable-it",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/CodeSystem/ae-codiciCatastali",
            "code" : "F979",
            "display" : "NUORO"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.it/CodeSystem/it-identifier-type",
            "code" : "STP"
          }
        ]
      },
      "system" : "http://example.org/sid/asl_XYZ/stp",
      "value" : "123456789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Akuba Ackah",
      "family" : "Ackah",
      "given" : [
        "Akuba"
      ]
    }
  ],
  "address" : [
    {
      "text" : "Via dei Pini 123; Ronda"
    }
  ]
}