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

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypeServiceRequest
IdServiceRequest-53a41e63-e826-45fa-9076-9be4b18399c8.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 53a41e63-e826-45fa-9076-9be4b18399c8

version: 1

Profile: nl core Procedure request

identifier: https://cp2-test.example.org/ServiceRequest/53a41e63-e826-45fa-9076-9be4b18399c8 (use: official, )

status: Active

intent: Order

code: VV Beschermd wonen met intensieve verzorging en verpleging

subject: Patient Jaantje Merkens

requester: Caroline van Dijk at Organization 2 (Identifier: http://fhir.nl/fhir/NamingSystem/uzi/02222222)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "53a41e63-e826-45fa-9076-9be4b18399c8",
  "meta": {
    "versionId": "1",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://cp2-test.example.org/ServiceRequest",
      "value": "53a41e63-e826-45fa-9076-9be4b18399c8",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "custodian"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222"
        }
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://istandaarden.nl/ibieb/codelijsten/COD163",
        "code": "755",
        "display": "VV Beschermd wonen met intensieve verzorging en verpleging"
      }
    ]
  },
  "subject": {
    "reference": "Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d",
    "display": "Patient Jaantje Merkens"
  },
  "requester": {
    "type": "PractitionerRole",
    "identifier": {
      "system": "http://fhir.nl/fhir/NamingSystem/uzi",
      "value": "02222222",
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/kvk",
          "value": "50000535"
        }
      }
    },
    "display": "Caroline van Dijk at Organization 2"
  }
}