FHIRPath

If you Log in or sign up, you can edit this script yourself.

name
{
"productName": "KEYTRUDA Inf Konz 100 mg/4ml",
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-epl/CodeSystem/ch-medicinal-product-name-type",
"code": "SMC",
"display": "Zugelassener Arzneimittelname"
}
]
},
"usage": [
{
"country": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH",
"display": "Switzerland"
}
]
},
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de-CH",
"display": "German (Switzerland)"
}
]
}
}
]
}
<name xmlns="http://hl7.org/fhir">
<productName value="KEYTRUDA Inf Konz 100 mg/4ml" />
<type>
<coding>
<system value="http://fhir.ch/ig/ch-epl/CodeSystem/ch-medicinal-product-name-type" />
<code value="SMC" />
<display value="Zugelassener Arzneimittelname" />
</coding>
</type>
<usage>
<country>
<coding>
<system value="urn:iso:std:iso:3166" />
<code value="CH" />
<display value="Switzerland" />
</coding>
</country>
<language>
<coding>
<system value="urn:ietf:bcp:47" />
<code value="de-CH" />
<display value="German (Switzerland)" />
</coding>
</language>
</usage>
</name>