IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

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

: Condition: Metastasis bone and pleura - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "condition-id-7",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-secondaryCancer-eu-i4rc"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-id-7</b></p><a name=\"condition-id-7\"> </a><a name=\"hccondition-id-7\"> </a><a name=\"condition-id-7-en-US\"> </a><p><b>Condition Related</b>: <a href=\"Condition-condition-id-10.html\">Condition Verrucous squamous cell carcinoma</a></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 36769180}\">Metastasis</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4000496}\">Bone part</span>, <span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 4150673}\">Pleural structure</span></p><p><b>subject</b>: <a href=\"Patient-patient-id-17.html\">Anonymous Patient Male, DoB: 1968-01-01</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-related",
      "valueReference" : {
        🔗 "reference" : "Condition/condition-id-10"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
        "code" : "36769180",
        "display" : "Metastasis"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
          "code" : "4000496",
          "display" : "Bone part"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
          "code" : "4150673",
          "display" : "Pleural structure"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-id-17"
  }
}