FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-MotherDrugUseBirthingExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation MotherDrugUseBirthingExample
Profile: Observation - Mother Drug Use
status: Final
code: Drug use by Mother --during pregnancy
subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
focus: RelatedPerson Miranda Stephanie Boucher
effective: 2019-12-02
performer: RelatedPerson Miranda Stephanie Boucher
value: 3-METHYLFENTANYL
{
"resourceType": "Observation",
"id": "MotherDrugUseBirthingExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/observation-mother-drug-use"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89495-6",
"display": "Drug use by Mother --during pregnancy"
}
]
},
"subject": {
"reference": "Patient/PatientNewbornExample"
},
"focus": [
{
"reference": "RelatedPerson/MotherRelatedPersonBirthingExample"
}
],
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "RelatedPerson/MotherRelatedPersonBirthingExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://fdasis.nlm.nih.gov",
"code": "QVU94XE61A",
"display": "3-METHYLFENTANYL"
}
]
}
}