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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeProcedure
IdA-1234.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

{
  "asserter": {
    "reference": "Practitioner/123459"
  },
  "category": {
    "coding": [
      {
        "code": "24642003",
        "display": "Psychiatry procedure or service",
        "system": "http://snomed.info/sct"
      }
    ]
  },
  "extension": [
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode",
      "valueReference": {
        "reference": "Organization/UCK"
      }
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-location",
      "valueReference": {
        "reference": "Location/UPSY"
      }
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-separationCareObservation",
      "valueReference": {
        "reference": "Observation/123456"
      }
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-supervisionCareObservation",
      "valueReference": {
        "reference": "Observation/123457"
      }
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-supervisionCareObservation",
      "valueReference": {
        "reference": "Observation/123458"
      }
    }
  ],
  "id": "A-1234",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afzondering/volgNr",
      "use": "usual",
      "value": "123"
    }
  ],
  "location": {
    "reference": "Location/7701"
  },
  "meta": {
    "lastUpdated": "2023-01-18T14:17:49.650560+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSeparationProcedure"
    ]
  },
  "note": [
    {
      "text": "voelt zich suicidaal",
      "time": "2022-01-13T18:30:00+01:00"
    },
    {
      "text": "kon afspraken maken",
      "time": "2022-01-13T19:17:00+01:00"
    }
  ],
  "performedPeriod": {
    "end": "2023-01-13T19:17:00+01:00",
    "start": "2023-01-13T18:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/123456"
      },
      "function": {
        "coding": [
          {
            "code": "Arts",
            "display": "Arts",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
          }
        ]
      }
    },
    {
      "actor": {
        "reference": "Practitioner/123457"
      },
      "function": {
        "coding": [
          {
            "code": "Supervisor",
            "display": "Supervisor",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
          }
        ]
      }
    }
  ],
  "reasonCode": [
    {
      "text": "voelt zich suicidaal"
    }
  ],
  "recorder": {
    "reference": "Practitioner/123458"
  },
  "resourceType": "Procedure",
  "status": "completed",
  "statusReason": {
    "text": "medicatie van de avond genomen."
  },
  "subject": {
    "reference": "Patient/ABCD12345EFG"
  }
}