Implementation Guide for Astacus project
0.0.1 - ci-build France flag

Implementation Guide for Astacus project - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: astacus-1-procedure-biopsy - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "astacus-1-procedure-biopsy",
  "meta" : {
    "profile" : [
      🔗 "https://aphp.fr/fhir/fr/astacus/StructureDefinition/astacus-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure </b><a name=\"astacus-1-procedure-biopsy\"> </a><a name=\"hcastacus-1-procedure-biopsy\"> </a></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\">ResourceProcedure &quot;astacus-1-procedure-biopsy&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-astacus-procedure.html\">Astacus Procedure Profile</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Biopsy of breast using ultrasonographic guidance (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#723990008)</span></p><p><b>subject</b>: <a href=\"Patient-astacus-1288992.html\">Patient/astacus-1288992</a> &quot; ADAMS&quot;</p><p><b>performed</b>: 2023-02-16</p><p><b>reasonReference</b>: <a href=\"Condition-astacus-179-malignant-neoplasm-breast.html\">Condition/astacus-179-malignant-neoplasm-breast</a></p><p><b>bodySite</b>: Left breast structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#80248007)</span></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "723990008",
        "display" : "Biopsy of breast using ultrasonographic guidance (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/astacus-1288992"
  },
  "performedDateTime" : "2023-02-16",
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/astacus-179-malignant-neoplasm-breast"
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "80248007",
          "display" : "Left breast structure (body structure)"
        }
      ]
    }
  ]
}