HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions

: person_ID_example - JSON Representation

Raw json | Download

{
  "resourceType" : "Person",
  "id" : "person_ID_example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person person_ID_example</b></p><a name=\"person_ID_example\"> </a><a name=\"hcperson_ID_example\"> </a><a name=\"person_ID_example-en-US\"> </a><p><b>identifier</b>: <code>AIRDOC-OPENID</code>/08991e2b-0860-491c-be5d-f0150bc560aa</p><blockquote><p><b>link</b></p><p><b>target</b>: <a href=\"/fhir/api/Patient/Patient/patient_ID_example\">/fhir/api/Patient/Patient/patient_ID_example</a></p></blockquote><blockquote><p><b>link</b></p><p><b>target</b>: <a href=\"Patient/Patient/patient_ID_example2\">Patient/Patient/patient_ID_example2</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "AIRDOC-OPENID",
      "value" : "08991e2b-0860-491c-be5d-f0150bc560aa"
    }
  ],
  "link" : [
    {
      "target" : {
        "reference" : "/fhir/api/Patient/Patient/patient_ID_example"
      }
    },
    {
      "target" : {
        "reference" : "Patient/Patient/patient_ID_example2"
      }
    }
  ]
}