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 STP e birthPlace codificato con SC-code - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "Patient-STP-soloTesto",
  "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-STP-soloTesto</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.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "country" : "Italia",
        "_country" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
              "valueCoding" : {
                "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"
    }
  ]
}