Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consulta Externa - Antecedente familiar - JSON Representation

Raw json | Descargar

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "Example-CE-FamilyMemberHistory-aa5d19f8934b",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileFamilyMemberHistoryHCEU"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory Example-CE-FamilyMemberHistory-aa5d19f8934b</b></p><a name=\"Example-CE-FamilyMemberHistory-aa5d19f8934b\"> </a><a name=\"hcExample-CE-FamilyMemberHistory-aa5d19f8934b\"> </a><a name=\"Example-CE-FamilyMemberHistory-aa5d19f8934b-es-ES\"> </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\">Profile: <a href=\"StructureDefinition-ProfileFamilyMemberHistoryHCEU.html\">HCEU - Family Member History</a></p></div><p><b>Gender patient</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/FamilyMemberHistories/</code>/123456\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{https://hl7.org/fhir/R4/v3/FamilyMember/vs.html GRPRN}\">Grandparent</span></p><p><b>born</b>: 1945-06-15</p><p><b>age</b>: 79 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><p><b>estimatedAge</b>: true</p><p><b>reasonCode</b>: <span title=\"Codes:{https://icd.who.int/browse/2024-01/mms/es E11.69}\">Diabetes mellitus</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-GenderIdentity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "male",
            "display" : "Male"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/FamilyMemberHistories/",
      "value" : "123456"
    }
  ],
  "status" : "completed",
  "patient" : {
    🔗 "reference" : "Patient/Example-CE-Patient-352d698c8230"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "https://hl7.org/fhir/R4/v3/FamilyMember/vs.html",
        "code" : "GRPRN",
        "display" : "Grandparent"
      }
    ]
  },
  "bornDate" : "1945-06-15",
  "ageAge" : {
    "value" : 79,
    "unit" : "years",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "estimatedAge" : true,
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "https://icd.who.int/browse/2024-01/mms/es",
          "code" : "E11.69",
          "display" : "diabetes mellitus tipo 2 con complicaciones no especificadas"
        }
      ],
      "text" : "Diabetes mellitus"
    }
  ]
}