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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypeProcedure
IdProcedure-Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances.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

Resource "Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances"

Profile: CH CRL Procedure Treatment

CH CRL Procedure Treatment Goal: Curative - procedure intent (qualifier value) (SNOMED CT#373808002)

status: in-progress

category: First line treatment (procedure) (SNOMED CT#708255002)

code: Intraoperative Applikation von Chemotherapeutikum, sonstige (unknown#Z99.25.29)

subject: Patient/FranzMinimum " MINIMUM"

performed: 2018-12-15 --> (ongoing)

Performers

-ActorOnBehalfOf
*Organization/AbteilungMinimum "Abteilung Minium"Organization/SpitalMinimum "Spital Minium"

reasonReference: Observation/ICD-10


Source1

{
  "resourceType": "Procedure",
  "id": "Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment-goal",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373808002",
            "display": "Curative - procedure intent (qualifier value)"
          }
        ]
      }
    }
  ],
  "status": "in-progress",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "708255002",
        "display": "First line treatment (procedure)"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "urn:oid:2.16.756.5.30.1.126.3.1",
        "code": "Z99.25.29",
        "display": "Intraoperative Applikation von Chemotherapeutikum, sonstige"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FranzMinimum"
  },
  "performedPeriod": {
    "start": "2018-12-15"
  },
  "performer": [
    {
      "actor": {
        "reference": "Organization/AbteilungMinimum"
      },
      "onBehalfOf": {
        "reference": "Organization/SpitalMinimum"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Observation/ICD-10"
    }
  ]
}