Created
April 21, 2015 20:36
-
-
Save junosuarez/e2fdbedb2aa7f43c71fe to your computer and use it in GitHub Desktop.
this is a totally reasonable translation a => b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code value="au"/> | |
<code value="nz"> | |
<extension url="http://hl7.org/fhir/Profile/tools-extensions#display"> | |
<valueString value="New Zealand a.k.a Kiwiland"/> | |
</extension> | |
</code> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"code": [ "au", "nz" ], | |
"_code": [ | |
null, | |
{ "extension": [{ | |
"url" : "http://example.org/fhir/extensions#text", | |
"valueString" : "New Zealand a.k.a Kiwiland" | |
}] } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
via http://www.hl7.org/implement/standards/fhir/json.html#1.12.5.2.1