This page is part of the US Standardized Medication Profile (SMP) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "smp-history-input-parameters-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-query"
]
},
"parameter" : [
{
"name" : "patient",
"resource" : {
"resourceType" : "Patient",
"id" : "patient-req-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">August Samuels</div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SS",
"display" : "Social Security number"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-ssn",
"value" : "120-35-2435"
}
],
"name" : [
{
"family" : "Samuels",
"given" : [
"August"
]
}
],
"gender" : "female",
"birthDate" : "1989-03-12"
}
},
{
"name" : "list-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "104207-6"
}
]
}
}
]
}