GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Example of a child's caretaker - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "ExampleCaretaker",
  "meta" : {
    "profile" : [
      🔗 "https://paho.org/fhir/giis/StructureDefinition/ChildCaretaker"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ExampleCaretaker</b></p><a name=\"ExampleCaretaker\"> </a><a name=\"hcExampleCaretaker\"> </a><a name=\"ExampleCaretaker-en-US\"> </a><p><b>identifier</b>: 14322511</p><p><b>patient</b>: <a href=\"Patient-ExampleGiispatient.html\">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>name</b>: Michael Denver </p></div>"
  },
  "identifier" : [
    {
      "value" : "14322511"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/ExampleGiispatient"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FTH"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Denver",
      "given" : [
        "Michael"
      ]
    }
  ]
}