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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeParameters
Idrdc-Parameters-AGP-Report-minimum.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "rdc-Parameters-AGP-Report-minimum",
  "meta": {
    "profile": [
      "https://roche.com/fhir/iop/StructureDefinition/rdc-Parameters-AGP-Report"
    ]
  },
  "parameter": [
    {
      "name": "subject",
      "valueReference": {
        "reference": "Patient/123"
      }
    },
    {
      "name": "locale",
      "valueString": "en-US"
    },
    {
      "name": "unit",
      "valueCoding": {
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL",
        "display": "mg/dL"
      }
    },
    {
      "name": "effectivePeriod",
      "valuePeriod": {
        "start": "2011-05-23",
        "end": "2011-05-27"
      }
    }
  ]
}