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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeServiceRequest
IdServiceRequest-mni-serviceRequest-example1.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 mni-serviceRequest-example1

identifier: Medical record number/123987456

status: Active

intent: Order

priority: Urgent

code: Laboratory order (record artifact)

orderDetail: COD1, COD2

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

requester: PractitionerRole

performer: PractitionerRole


Generated Narrative: Organization #mni-organization-example

identifier: GLN/7601000000002, https://mednet.swiss/fhir/account/id/12006

name: MyHospital


Generated Narrative: PractitionerRole #mni-practitionerRole-example

organization: Organization MyHospital


Source1

{
  "resourceType": "ServiceRequest",
  "id": "mni-serviceRequest-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-serviceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "mni-organization-example",
      "meta": {
        "profile": [
          "https://mednet.swiss/fhir/StructureDefinition/mni-organization"
        ]
      },
      "identifier": [
        {
          "system": "urn:oid:2.51.1.3",
          "value": "7601000000002"
        },
        {
          "system": "https://mednet.swiss/fhir/account/id",
          "value": "12006"
        }
      ],
      "name": "MyHospital"
    },
    {
      "resourceType": "PractitionerRole",
      "id": "mni-practitionerRole-example",
      "meta": {
        "profile": [
          "https://mednet.swiss/fhir/StructureDefinition/mni-practitionerRole"
        ]
      },
      "organization": {
        "reference": "#mni-organization-example"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "https://mysoftware.ch",
      "value": "123987456"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "urgent",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "721965002"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "https://mednet.swiss/fhir/serviceRequest/orderDetail",
          "code": "COD1"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://mednet.swiss/fhir/serviceRequest/orderDetail",
          "code": "COD2"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "requester": {
    "reference": "PractitionerRole/mni-practitionerRole-example1"
  },
  "performer": [
    {
      "reference": "#mni-practitionerRole-example"
    }
  ]
}