Skip to content

Instantly share code, notes, and snippets.

@bwalsh
Last active March 5, 2021 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwalsh/e96b6d9ddf42e4f91ac81c135741886f to your computer and use it in GitHub Desktop.
Save bwalsh/e96b6d9ddf42e4f91ac81c135741886f to your computer and use it in GitHub Desktop.
example-document-reference-fail.json
{
"resourceType": "DocumentReference",
"id": "example-document-reference-fail",
"meta": {
"profile": [
"http://fhir.ncpi-project-forge.io/StructureDefinition/ncpi-drs-document-reference"
]
},
"status": "current",
"identifier": [
{
"system": "urn:ncpi:unique-string",
"value": "example-document-reference-id"
}
],
"content": [
{
"attachment": {
"url": "INVALID://dg.ANV0/a3177754-19c7-41a0-94ce-0943a47ce931"
}
}
],
"custodian": {
"reference": "Organization/thousandgenomes"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment