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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeProcedure
IdProcedure-krcore-procedure-example-02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure krcore-procedure-example-02

status: Completed

category: 수술

code: 제왕절개만출술(1태아임신의경우)-초회(초산)

subject: null Unknown, DoB: ( Medical record number)

performed: 2025-05-10


Source1

{
  "resourceType": "Procedure",
  "id": "krcore-procedure-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-procedure-category-types",
        "code": "1",
        "display": "수술"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Surgical procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "R4517",
        "display": "제왕절개만출술(1태아임신의경우)-초회(초산)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-03"
  },
  "performedDateTime": "2025-05-10"
}