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

FHIR IG analytics

Packagecce.fhir
Resource TypeProcedure
IdProcedure-Operation-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Procedure",
  "id": "Procedure-Operation-example-1",
  "meta": {
    "profile": [
      "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Operation"
    ]
  },
  "extension": [
    {
      "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-OPIntention",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/OPIntentionCS",
            "code": "P",
            "display": "palliative"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SYSTTherapyTypeCS",
        "code": "OP",
        "display": "Operation"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "version": "2019",
        "code": "5-604.41"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Patient-example-1"
  }
}