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

FHIR IG analytics

Packagejp-core.r4
Resource TypeProcedure
IdProcedure-jp-procedure-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": "jp-procedure-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Procedure"
    ]
  },
  "status": "in-progress",
  "category": {
    "coding": [
      {
        "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCategory_CS",
        "code": "JPPCC004",
        "display": "外科的処置"
      }
    ],
    "text": "創傷処置"
  },
  "code": {
    "coding": [
      {
        "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureCodesMedical_CS",
        "code": "140000610"
      }
    ],
    "text": "創傷処置(100cm2未満)"
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1",
    "display": "山田 太郎"
  },
  "performedDateTime": "2022-08-03",
  "bodySite": [
    {
      "text": "前額部"
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ProcedureOutcome_CS",
        "code": "JPPOC001",
        "display": "成功"
      }
    ]
  },
  "followUp": [
    {
      "text": "縫合糸の除去"
    }
  ]
}