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

FHIR IG analytics

Packagefdpg.query_profiles
Resource TypeProcedure
IdProzedur-example.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

{
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-03-04T14:52:21.306Z",
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-prozedur/StructureDefinition/Procedure"
    ]
  },
  "resourceType": "Procedure",
  "status": "unknown",
  "id": "801ab278-048b-4d3e-a45e-4cea7b70fe43",
  "performedDateTime": "2001-01-01T14:13:22+01:00",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "103693007",
          "display": "Diagnostic procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "code": "9-268",
        "version": "2022",
        "display": "Lunge"
      }
    ]
  },
  "subject": {
    "reference": "Patient/b72c6ffd-a74e-4972-95b0-9a5248199b30",
    "display": "Bryan Scheurer"
  }
}