Skip to content

Instantly share code, notes, and snippets.

@jmandel
Created June 2, 2016 14:20
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 jmandel/bb9bb698fa4e1c662100d65285a1ade4 to your computer and use it in GitHub Desktop.
Save jmandel/bb9bb698fa4e1c662100d65285a1ade4 to your computer and use it in GitHub Desktop.
Example extension for patient portal FHIR endpoint
{
"resourceType": "Organization",
"extension": [
{
"url": "http://fhir-registry.smarthealthit.org/StructureDefinition/patient-portal-fhir-endpoint",
"valueUri": "https://open-ic.epic.com/...whatever"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment