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

FHIR IG analytics

Packagehl7.fhir.no.basis
Resource TypeProcedure
Idno-basis-Procedure-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

{
  "resourceType": "Procedure",
  "id": "no-basis-Procedure-example",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-Procedure"
    ]
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "73761001",
        "display": "Colonoscopy (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "8921000202108",
            "display": "Primary performing endoscopist (person)"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/example"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "485005",
          "display": "TC - Transverse colon"
        }
      ]
    }
  ]
}