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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeProcedure
IdProcedure.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-WL.procedure",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Procedure_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-prog",
      "valueString": "1"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-type",
      "valueCode": "P"
    },
    {
      "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": "chirurgico",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "Chirurgico",
                "code": "123"
              }
            ]
          }
        },
        {
          "url": "idoneita",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "Idoneita",
                "code": "333"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-flag",
      "extension": [
        {
          "url": "main",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "main",
                "code": "1"
              }
            ]
          }
        },
        {
          "url": "azione",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "azione",
                "code": "A"
              }
            ]
          }
        },
        {
          "url": "check",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "check",
                "code": "1"
              }
            ]
          }
        }
      ]
    },
    {
      "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-prostheticImplante",
      "valueString": "N"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-prophylaxis",
      "extension": [
        {
          "url": "code",
          "valueString": "1"
        },
        {
          "url": "molecola1",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "molecola1",
                "code": "J01DB04"
              }
            ]
          }
        },
        {
          "url": "molecola2",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "molecola2",
                "code": "J01DB04"
              }
            ]
          }
        },
        {
          "url": "date",
          "valuePeriod": {
            "start": "2022-09-12",
            "end": "2022-09-12"
          }
        }
      ]
    },
    {
      "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-accessoVenosoDifficile",
      "valueBoolean": false
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/procedure-intubazioneDifficile",
      "valueBoolean": false
    }
  ],
  "status": "in-progress",
  "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"
  },
  "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"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/bodySite-laterality",
          "code": "2",
          "display": "Sinistra"
        }
      ]
    }
  ],
  "complication": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/procedure-assIntensivaPO",
          "code": "codice relativo all'Assistenza intensiva post-operatoria"
        }
      ],
      "text": "SI"
    }
  ]
}