FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/unsolicited-observation

Packagenorth-west.england.nhs.uk
TypeMessageDefinition
Idunsolicited-observation
FHIR VersionR4
Sourcehttps://fhir.north-west.england.nhs.uk/https://build.fhir.org/ig/Interop-NWEngland/LTW-Genomics/MessageDefinition-unsolicited-observation.html
URLhttps://fhir.north-west.england.nhs.uk/MessageDefinition/unsolicited-observation
Version0.0.1
Statusdraft
Date2024-10-04
TitleMessage Definition - Unsolicited Observation
Realmuk
DescriptionDRAFT conversion of [HL7 v2.5.1 ORU_R01](https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ORU_R01)

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: MessageDefinition unsolicited-observation

url: MessageDefinition Message Definition - Unsolicited Observation

version: 0.0.1

title: Message Definition - Unsolicited Observation

status: Draft

date: 2024-10-04

publisher: NHS England North West GMSA

contact: https://mft.nhs.uk/, pressoffice@mft.nhs.uk, Press Office: pressoffice@mft.nhs.uk

description:

DRAFT conversion of HL7 v2.5.1 ORU_R01

jurisdiction: United Kingdom of Great Britain and Northern Ireland

event: eventType R01: ORU/ACK - Unsolicited transmission of an observation message

category: Consequence

focus

code: DiagnosticReport

profile: Diagnostic Report

min: 1

max: *

focus

code: DocumentReference

profile: DocumentReference

min: 0

max: *


Source

{
  "resourceType": "MessageDefinition",
  "id": "unsolicited-observation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.north-west.england.nhs.uk/MessageDefinition/unsolicited-observation",
  "version": "0.0.1",
  "title": "Message Definition - Unsolicited Observation",
  "status": "draft",
  "date": "2024-10-04",
  "publisher": "NHS England North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://mft.nhs.uk/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    },
    {
      "name": "Press Office",
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    }
  ],
  "description": "DRAFT conversion of [HL7 v2.5.1 ORU_R01](https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ORU_R01)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "eventCoding": {
    "system": "http://terminology.hl7.org/CodeSystem/v2-0003",
    "code": "R01"
  },
  "category": "consequence",
  "focus": [
    {
      "code": "DiagnosticReport",
      "profile": "https://fhir.north-west.england.nhs.uk/StructureDefinition/DiagnosticReport",
      "min": 1,
      "max": "*"
    },
    {
      "code": "DocumentReference",
      "profile": "https://fhir.north-west.england.nhs.uk/StructureDefinition/DocumentReference",
      "min": 0,
      "max": "*"
    }
  ]
}