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

FHIR IG analytics

Packagehl7.fhir.uv.dicom-sr
Resource TypeDevice
IdDevice-measurement-report-algorithm.json
FHIR VersionR5

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

{
  "0040A730": { "vr": "SQ", "Value": [ {
  "0040A010": { "vr": "CS", "Value": [ "HAS CONCEPT MOD" ] },
  "0040A040": { "vr": "CS", "Value": [ "TEXT" ] },
  "0040A043": { "vr": "SQ", "Value": [ {
    "00080100": { "vr": "SH", "Value": [ "111001" ] },
    "00080102": { "vr": "SH", "Value": [ "DCM" ] },
    "00080104": { "vr": "LO", "Value": [ "Algorithm Name" ] }
  } ] },
  "0040A160": { "vr": "UT", "Value": [ "pylidc" ] }
  },
  {
    "0040A010": { "vr": "CS", "Value": [ "HAS CONCEPT MOD" ] },
    "0040A040": { "vr": "CS", "Value": [ "TEXT" ] },
    "0040A043": { "vr": "SQ", "Value": [ {
      "00080100": { "vr": "SH", "Value": [ "111003" ] },
      "00080102": { "vr": "SH", "Value": [ "DCM" ] },
      "00080104": { "vr": "LO", "Value": [ "Algorithm Version" ] }
    } ] },
    "0040A160": { "vr": "UT", "Value": [ "0.2.0" ] }
  } ] }
}
  

Source1

{
  "resourceType": "Device",
  "id": "measurement-report-algorithm",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/algorithm-identification"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "displayName": "pylidc",
  "version": [
    {
      "value": "0.2.0"
    }
  ],
  "parent": {
    "reference": "Device/measurement-report-general-equipment"
  }
}