GA4GH Pedigree FHIR Implementation Guide
0.1.0 - ci-build

GA4GH Pedigree FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Pedigree 1 Condition Example 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "pedigree-1-condition-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"pedigree-1-condition-example-1\" </p></div><p><b>identifier</b>: id: pedigree-1-1</p><p><b>clinicalStatus</b>: Recurrence <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#recurrence)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: Recurrent breast cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (hp.fhir#HP:0003002 \"Breast carcinoma\")</span></p><p><b>bodySite</b>: Breast <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (uberon.owl#UBERON:0000310 \"breast\")</span></p><p><b>subject</b>: <a href=\"Patient-pedigree-1-individual-example-1.html\">Patient/pedigree-1-individual-example-1</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:pedigree-fhir-ig:unique-string/condition",
      "value" : "pedigree-1-1"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "recurrence",
        "display" : "Recurrence"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://purl.obolibrary.org/obo/hp.fhir",
        "code" : "HP:0003002",
        "display" : "Breast carcinoma"
      }
    ],
    "text" : "Recurrent breast cancer"
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://purl.obolibrary.org/obo/uberon.owl",
          "code" : "UBERON:0000310",
          "display" : "breast"
        }
      ],
      "text" : "Breast"
    }
  ],
  "subject" : {
    "reference" : "Patient/pedigree-1-individual-example-1"
  }
}