Skip to content

Instantly share code, notes, and snippets.

@bwalsh
Last active March 5, 2021 15:49
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/70cfd959780e76f99235e8fa8a6c8eef to your computer and use it in GitHub Desktop.
Save bwalsh/70cfd959780e76f99235e8fa8a6c8eef to your computer and use it in GitHub Desktop.
Example FHIR resource
{
"resourceType": "DocumentReference",
"id": "example-document-reference-id3",
"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-id3"
}
],
"content": [
{
"attachment": {
"url": "drs://dg.ANV0/a3177754-19c7-41a0-94ce-0943a47ce931"
}
}
],
"custodian": {
"reference": "Organization/example-organization-id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment