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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeProcedure
IdProcedure_OT.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": "HC40-OT.procedure-ot",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Procedure_OT_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-durationInMinutes",
      "valueString": "150"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-rischi",
      "extension": [
        {
          "url": "ASA",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "ASA",
                "code": "2"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/procedure-method",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/StructureDefinition/procedure-methodCode",
            "code": "1",
            "display": "classica"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-assenzaAnestesista",
      "valueBoolean": false
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-anesthesiaType",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-anesthesiaTypeCode",
            "code": "9",
            "display": "ANESTESIA COMBINATA"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-valutazioneAnest",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-valutazioneAnestCode",
            "code": "S",
            "display": "Esito positivo"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-tecnicoRadiologia",
      "valueBoolean": false
    }
  ],
  "identifier": [
    {
      "system": "http://hc40-ot.eng.it/identifier-areasBO",
      "value": "valore identificativo"
    }
  ],
  "status": "in-progress",
  "_status": {
    "extension": [
      {
        "url": "http://cct.eng.it/FHIR/schema/procedure-statusOT",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/procedure-statusOTCode",
              "code": "AP",
              "display": "Aperta"
            }
          ]
        }
      },
      {
        "url": "http://cct.eng.it/FHIR/schema/procedure-statusActivityOT",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/procedure-statusActivityOTCode",
              "code": "codiceAttivitaRM",
              "display": "descrizione codiceAttivitaRM"
            }
          ]
        }
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-9-cm",
        "code": "7932",
        "display": "RIDUZIONE CRUENTA DI FRATTURA DEL RADIO E DELL'ULNA, CON FISSAZIONE INTERNA"
      }
    ]
  },
  "subject": {
    "reference": "Patient/id",
    "extension": [
      {
        "url": "http://cct.eng.it/FHIR/schema/procedure-patientPosition",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/procedure-patientPositionCode",
              "code": "supino",
              "display": "supino"
            }
          ]
        }
      }
    ]
  },
  "performedDateTime": "2022-09-12T07:56:29+02:00",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-performer",
            "code": "1",
            "display": "CHIRURGO 1"
          }
        ],
        "text": "CHIRURGO 1"
      },
      "actor": {
        "reference": "Practitioner/AREAS.6614"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/procedure-reasonCode",
          "code": "xxxxx",
          "display": "xxxxxxx"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/bodySite-laterality",
          "code": "2",
          "display": "Sinistra"
        }
      ]
    }
  ],
  "note": [
    {
      "authorString": "Cartella",
      "text": "note relative alla cartella"
    },
    {
      "authorString": "Diagnosi",
      "text": "note relative alla diagnosi"
    },
    {
      "authorString": "Extra",
      "text": "note extra"
    },
    {
      "authorString": "Emocomponenti",
      "text": "note per la descrizione degli emocoponenti"
    },
    {
      "authorString": "ImpiantiSintesi",
      "text": "note per la descrizione degli impianti di sintesi"
    },
    {
      "authorString": "Pianificazione",
      "text": "note per la pianificazione lato Ellipse OT"
    },
    {
      "authorString": "Preanestesia",
      "text": "note relative alla preanestesia"
    }
  ]
}