Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Created April 21, 2015 20:36
Show Gist options
  • Save junosuarez/e2fdbedb2aa7f43c71fe to your computer and use it in GitHub Desktop.
Save junosuarez/e2fdbedb2aa7f43c71fe to your computer and use it in GitHub Desktop.
this is a totally reasonable translation a => b
<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>
"code": [ "au", "nz" ],
"_code": [
null,
{ "extension": [{
"url" : "http://example.org/fhir/extensions#text",
"valueString" : "New Zealand a.k.a Kiwiland"
}] }
]
}
@junosuarez
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment