FHIR Chat · How to represent an OID assigned by IANA · VHDir - Validated Healthcare Directory

Stream: VHDir - Validated Healthcare Directory

Topic: How to represent an OID assigned by IANA


view this post on Zulip Lin Zhang (Dec 30 2021 at 06:39):

How to represent an OID (as an identifier for an organization)assigned by IANA under the following root:
IANA OID Prefix: iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)

Note:
IANA - Internet Assigned Numbers Authority
www.iana.org

view this post on Zulip John Moehrke (Dec 30 2021 at 12:54):

http://hl7.org/fhir/datatypes.html#oid

view this post on Zulip John Moehrke (Dec 30 2021 at 12:55):

http://hl7.org/fhir/datatypes.html#identifier

view this post on Zulip Lin Zhang (Dec 30 2021 at 14:10):

Thanks, @John Moehrke
is this correct? Just like the example provided by the spec: http://hl7.org/fhir/organization-example-good-health-care.html

<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="1.3.6.1.4.1.#####"/>
</identifier>

view this post on Zulip Lin Zhang (Dec 30 2021 at 14:12):

Or

<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:1.3.6.1.4.1.#####"/>
</identifier>

Or something else?

view this post on Zulip John Moehrke (Dec 30 2021 at 14:13):

the second. you must prefix your oid with the urn prefix

view this post on Zulip Lin Zhang (Dec 30 2021 at 14:17):

Alright, much appreciate:+1:

view this post on Zulip Lin Zhang (Dec 31 2021 at 02:24):

It's found that the Continuous Integration Build of FHIR provides a corrected example as follows:

http://build.fhir.org/organization-example-good-health-care.xml.html


Last updated: Apr 12 2022 at 19:14 UTC