0.1.0 - ci-build

ONCOnnectTumorboardIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Family History Member Grandfather (Example) - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-family-history-item"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather</b></p><a name=\"ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather\"> </a><a name=\"hcONCOnnect-EX-TB-FamilyHistoryMemberGrandfather\"> </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-onconnect-pr-tb-family-history-item.html\">Family History Member (Profile)</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-ONCOnnect-EX-TB-Patient.html\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</a></p><p><b>date</b>: 2024-06-21</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MGRFTH}\">Großvater (mütterlicherseits)</span></p><p><b>deceased</b>: 80 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm C18}\">Bösartige Neubildung des Kolons</span></p><p><b>contributedToDeath</b>: false</p><p><b>onset</b>: 65 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm C18}\">Bösartige Neubildung des Kolons</span></p><p><b>contributedToDeath</b>: true</p><p><b>onset</b>: 78 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote></div>"
  },
  "status" : "completed",
  "patient" : {
    🔗 "reference" : "Patient/ONCOnnect-EX-TB-Patient"
  },
  "date" : "2024-06-21",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "version" : "3.0.0",
        "code" : "MGRFTH",
        "display" : "Großvater (mütterlicherseits)"
      }
    ]
  },
  "deceasedAge" : {
    "value" : 80,
    "unit" : "a",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
            "code" : "C18",
            "display" : "Bösartige Neubildung des Kolons"
          }
        ]
      },
      "contributedToDeath" : false,
      "onsetAge" : {
        "value" : 65,
        "unit" : "a",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
            "code" : "C18",
            "display" : "Bösartige Neubildung des Kolons"
          }
        ]
      },
      "contributedToDeath" : true,
      "onsetAge" : {
        "value" : 78,
        "unit" : "a",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    }
  ]
}