Prescription Search Support, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "requireddataforantimicro-requestdata",
"parameter" : [
{
"name" : "age",
"valueAge" : {
"value" : 35,
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
},
{
"name" : "indication",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "921000172108",
"display" : "Acute keelpijn"
}
]
}
},
{
"name" : "intolerances",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "91939003",
"display" : "Allergy to Sulfonamides"
}
},
{
"name" : "intolerances",
"valueCoding" : {
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000172109",
"code" : "282100009",
"display" : "Adverse reaction to substance"
}
},
{
"name" : "intention",
"valueCoding" : {
"system" : "http://www.whocc.no/atc",
"code" : "J01CA04",
"display" : "Amoxicillin"
}
}
]
}