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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeProcedure
IdProcedure-mni-procedure-example1.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 mni-procedure-example1

status: Completed

code: Excision of lesion of artery

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

bodySite: Peroneal artery

report: DocumentReference: status = current


Source1

{
  "resourceType": "Procedure",
  "id": "mni-procedure-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "189009",
        "display": "Excision of lesion of artery"
      }
    ],
    "text": "Excision of lesion of artery"
  },
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "8821006",
          "display": "Peroneal artery"
        }
      ]
    }
  ],
  "report": [
    {
      "reference": "DocumentReference/mni-documentReference-example3"
    }
  ]
}