FHIR Chat · MedicationRequest Prescriber Reference · argonaut

Stream: argonaut

Topic: MedicationRequest Prescriber Reference


view this post on Zulip SSM (Mar 11 2021 at 14:00):

Hi,
In medicationrequest profile the prescriber reference is a must have data element as "requester". But in our source data some of the requester information missing, so in that scenario can i apply USCore general guidelines missing data rule as stated below. Plz confirm whether the below schenario will work when the data element is a reference type too.
{
"resourceType" : "Medicationrequest",
...
"requestor": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
]
"telecom" :
...
}

view this post on Zulip Lloyd McKenzie (Mar 11 2021 at 15:37):

That's certainly legal FHIR and I don't see anything in the US Core spec that would prohibit it. @Eric Haas @Brett Marquard


Last updated: Apr 12 2022 at 19:14 UTC