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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeParameters
IdParameters-Generate-Example.json
FHIR VersionR4

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": "Parameters-Generate-Example",
  "parameter": [
    {
      "name": "url",
      "valueUrl": "https://datastore.example.com/cgp-test-bucket/173cd57a-969f-49f9-8754-1e22e218cdbf"
    },
    {
      "name": "persist",
      "valueBoolean": true
    },
    {
      "name": "content-type",
      "valueString": "application/json"
    },
    {
      "name": "context-reference",
      "valueReference": {
        "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example"
      }
    },
    {
      "name": "context-reference",
      "valueReference": {
        "reference": "Specimen/Specimen-BloodEDTA-Example"
      }
    },
    {
      "name": "author",
      "valueIdentifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RJ1"
      }
    }
  ]
}