Skip to content

Instantly share code, notes, and snippets.

@Healthedata1
Last active October 25, 2022 23:56
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 Healthedata1/640928267ecf52b68f7fe85fc35beb29 to your computer and use it in GitHub Desktop.
Save Healthedata1/640928267ecf52b68f7fe85fc35beb29 to your computer and use it in GitHub Desktop.
US Core artifact-jurisdiction extension example
resourceType: Practitioner
id: practitioner-1
identifier:
- system: 'http://hl7.org/fhir/sid/us-npi'
value: '9941339108'
- system: 'http://www.acme.org/practitioners'
value: '25456'
#========= New US Core extension to indicate ==============================
#========== Massachusetts jurisdiction associated with this identifier ====
extension:
- url: 'http://hl7.org/fhir/us/core/StructureDefinition/artifact-jurisdiction'
valueCodeableConcept:
coding:
- system: 'urn:iso:std:iso:3166:-2'
code: US-MA
text: Massachusetts
#===========================================================================
name:
- family: Bone
given:
- Rona
prefix:
- Dr
address:
- use: home
line:
- 1003 Healthcare Drive
city: Amherst
state: MA
postalCode: '01002'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment