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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.bildgebung
Resource TypeProcedure
IdProcedure-mii-exa-bildgebung-radiologische-befundungsprozedur.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": "mii-exa-bildgebung-radiologische-befundungsprozedur",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-radiologische-befundungsprozedur"
    ]
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "code": "363679005",
        "system": "http://snomed.info/sct",
        "display": "Imaging (procedure)"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "code": "28191001",
        "system": "http://snomed.info/sct",
        "display": "Consultation and report by radiologist (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatExample"
  },
  "performedDateTime": "2024-07-19T12:03:30+02:00",
  "report": [
    {
      "reference": "DiagnosticReport/mii-exa-bildgebung-radiologischer-Befund"
    }
  ]
}