PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: Condition: complete metastatic site Condition example (TBC) - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "ConditionSecCancerMainzZeisig",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-secondaryCancer-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ConditionSecCancerMainzZeisig</b></p><a name=\"ConditionSecCancerMainzZeisig\"> </a><a name=\"hcConditionSecCancerMainzZeisig\"> </a><a name=\"ConditionSecCancerMainzZeisig-en-US\"> </a><p><b>Condition Related</b>: <a href=\"Condition-ConditionPrimCancerMainzZeisig.html\">Condition 081</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/icd-o-3 C41.2}\">Bones, joints and articular cartilage of other and unspecified sites</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig  Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-related",
      "valueReference" : {
        🔗 "reference" : "Condition/ConditionPrimCancerMainzZeisig"
      }
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/icd-o-3",
          "code" : "C41.2",
          "display" : "Bones, joints and articular cartilage of other and unspecified sites"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientMainzZeisig"
  }
}