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

FHIR IG Statistics: OperationDefinition/-s-transform-from-PHMR

Packagedk.ehealth.sundhed.fhir.ig.core
TypeOperationDefinition
Id-s-transform-from-PHMR
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-from-PHMR.html
URLhttps://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-PHMR
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+00:00
Nametransform-from-PHMR
TitleTransform from PHMR
Realmdk
DescriptionTransforms a DK-HL7 Personal Health Monitoring Report (PHMR) XML document to FHIR Observation (ehealth-observation profile) resource. The input FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing.one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
document-transformationdocument-transformation

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Operationsdefinition -s-transform-from-PHMR

URL: [base]/$transform-from-PHMR

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdocumentReference0..1DocumentReference
OUTbundle0..1Bundle

Source

{
  "resourceType": "OperationDefinition",
  "id": "-s-transform-from-PHMR",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-PHMR",
  "version": "3.5.1",
  "name": "transform-from-PHMR",
  "title": "Transform from PHMR",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-03T10:29:25+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Transforms a DK-HL7 Personal Health Monitoring Report (PHMR) XML document to FHIR Observation (ehealth-observation profile) resource. The input FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing.one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "transform-from-PHMR",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "documentReference",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "DocumentReference"
    },
    {
      "name": "bundle",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ]
}