FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeProcedure
IdProcedure-ChemotherapyPatient147.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure

Resource Procedure "ChemotherapyPatient147"

Profile: Chemotherapy

method: other (NullFlavor#OTH)

status: completed

code: Chemotherapy care (SNOMED CT#385786002)

subject: Patient/BreastCancerPatient147 " LETSCHE"

performed: 2019-01-09 --> 2019-09-04

reasonCode: Adjuvant - intent (SNOMED CT#373846009)

reasonReference: Condition/PrimaryBreastCancerPatient147


Source1

{
  "resourceType": "Procedure",
  "id": "ChemotherapyPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/chemotherapy"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/procedure-method",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "OTH",
            "display": "other"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385786002",
        "display": "Chemotherapy care"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "performedPeriod": {
    "start": "2019-01-09",
    "end": "2019-09-04"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "373846009",
          "display": "Adjuvant - intent"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/PrimaryBreastCancerPatient147"
    }
  ]
}