Guia de Implementação da iPES - CI build
0.1.0 - ci-build

!!Guia de Implementação da iPES - CI build - Compilação de desenvolvimento local (v0.1.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: James Bond - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ipes.tech/fhir/StructureDefinition/PatientBRIPES"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Patient 611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4</b></p><a name=\"611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4\"> </a><a name=\"hc611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-PatientBRIPES.html\">Paciente</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">James Bond  Male, DoB: 1985-01-01 ( Health Card Number\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"O registo está ativo\">Ativo:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>urn:oid:1.3.6.1.4.1.54413.3</code>/73c42a8f-af76-41e0-9d7c-c8c160b65eb3</li><li>CPF/12345678910</li><li>Health Card Number/223456789101113\u00a0(utilização:\u00a0secondary,\u00a0)</li><li>Health Card Number/323456789101114\u00a0(utilização:\u00a0secondary,\u00a0)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Códigos:\">pt-br</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extensão simples com código do país de nascimento do indivíduo\"><a href=\"StructureDefinition-BRPais.html\">BR Country Extension</a></td><td colspan=\"3\"><span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRPais 010}\">010</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.ipes.tech/fhir/StructureDefinition/BRPais",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRPais",
            "code" : "010"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:1.3.6.1.4.1.54413.3",
      "value" : "73c42a8f-af76-41e0-9d7c-c8c160b65eb3"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ],
        "text" : "CPF"
      },
      "system" : "urn:oid:2.1.6.840.1.113883.13.237",
      "value" : "12345678910"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "HC"
          }
        ]
      },
      "system" : "urn:oid:2.1.6.840.1.113883.13.236",
      "value" : "123456789101112"
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "HC"
          }
        ]
      },
      "system" : "urn:oid:2.1.6.840.1.113883.13.236",
      "value" : "223456789101113"
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "HC"
          }
        ]
      },
      "system" : "urn:oid:2.1.6.840.1.113883.13.236",
      "value" : "323456789101114"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Bond",
      "given" : [
        "James"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1985-01-01",
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "code" : "pt-br"
          }
        ]
      }
    }
  ]
}