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

FHIR IG analytics

Packagehl7.fhir.uv.dicom-sr
Resource TypePractitioner
IdPractitioner-measurement-report-practitioner.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

{
  {
    "0040A010": { "vr": "CS", "Value": [ "HAS OBS CONTEXT" ] },
    "0040A040": { "vr": "CS", "Value": [ "PNAME" ] },
    "0040A043": { "vr": "SQ", "Value": [ {
          "00080100": { "vr": "SH", "Value": [ "121008" ] },
          "00080102": { "vr": "SH", "Value": [ "DCM" ] },
          "00080104": { "vr": "LO", "Value": [ "Person Observer Name" ] }
        } ] },
    "0040A123": { "vr": "PN", "Value": [ { "Alphabetic": "RADIOLOGIST^EXAMPLE" } ] }
  }
}
  

Source1

{
  "resourceType": "Practitioner",
  "id": "measurement-report-practitioner",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "RADIOLOGIST",
      "given": [
        "EXAMPLE"
      ]
    }
  ]
}