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

FHIR IG analytics

Packagehl7.fhir.be.drp
Resource TypeServiceRequest
IdServiceRequest-uc5a-1.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: ServiceRequest uc5a-1

BeValidityPeriod: 2023-02-07 --> 2023-08-07

BeFeedbackToPrescriber: true

BePerformerType: nurse

status: Completed

intent: Order

category: Nursing procedure

code: 17636008

orderDetail: 87612001

subject: Identifier: BeSSINNamingSystem/38012699993

occurrence: Count 1 times, Once

authoredOn: 2023-02-07 00:00:00+0100

requester: Identifier: BeNIHDINamingSystem/10829059004

reasonCode: 267032009

bodySite: 14975008


Source1

{
  "resourceType": "ServiceRequest",
  "id": "uc5a-1",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-servicerequest-nursing"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-validity-period",
      "valuePeriod": {
        "start": "2023-02-07",
        "end": "2023-08-07"
      }
    },
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-feedback-to-prescriber",
      "valueBoolean": true
    },
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-ext-performer-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
            "code": "persnurse"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000172109",
          "code": "9632001"
        }
      ],
      "text": "Nursing procedure"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000172109",
        "code": "17636008"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000172109",
          "code": "87612001"
        }
      ]
    }
  ],
  "subject": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "38012699993"
    }
  },
  "occurrenceTiming": {
    "repeat": {
      "count": 1
    }
  },
  "authoredOn": "2023-02-07T00:00:00+01:00",
  "requester": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value": "10829059004"
    }
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000172109",
          "code": "267032009"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000172109",
          "code": "14975008"
        }
      ]
    }
  ]
}