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

: Example-FamilyMemberHistory-1d28459007a0 - JSON Representation

Raw json | Descargar

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "Example-FamilyMemberHistory-1d28459007a0",
  "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-FamilyMemberHistory-1d28459007a0</b></p><a name=\"Example-FamilyMemberHistory-1d28459007a0\"> </a><a name=\"hcExample-FamilyMemberHistory-1d28459007a0\"> </a><a name=\"Example-FamilyMemberHistory-1d28459007a0-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-Patient-Urgencias-bdb7a6003025.html\">Juan García(official) Male, DoB: 1985-06-15 ( Cédula de Ciudadanía: 1234567890\u00a0(use:\u00a0official,\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>reasonReference</b>: <a href=\"Condition-Example-Condition-Urgencias-695f987d7966.html\">Condition Pneumonia, unspecified</a></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-Patient-Urgencias-bdb7a6003025"
  },
  "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,
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/Example-Condition-Urgencias-695f987d7966"
    }
  ]
}