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

FHIR IG analytics

Packageimplementation.guide.nhdr
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",
  "meta": {
    "lastUpdated": "2024-07-18T07:30:27.458+00:00"
  },
  "extension": [
    {
      "url": "https://example.org/fhir/StructureDefinition/Organization",
      "valueReference": {
        "reference": "Organization/example"
      }
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/RecordedDate",
      "valueDateTime": "2024-07-18T10:00:00+08:00"
    },
    {
      "url": "https://example.org/fhir/StructureDefinition/IllnessClass",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://example.org/illness-class-codes",
            "code": "D123",
            "display": "Diabetes mellitus type 2"
          }
        ],
        "text": "Diabetes mellitus type 2"
      }
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/procedure-category",
        "code": "103693007",
        "display": "Surgical procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy"
      }
    ],
    "text": "Appendectomy"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "performedDateTime": "2024-07-18T09:00:00+08:00"
}