FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-LaborOnsetExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LaborOnsetExample
Profile: Observation - Mother Labor Onset
status: Final
code: Onset of labor [US Standard Certificate of Live Birth]
subject: Miranda Stephanie Boucher (official) Female, DoB: 1988-02-17 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: Precipitate labor
{
"resourceType": "Observation",
"id": "LaborOnsetExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/observation-mother-labor-onset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "73774-2",
"display": "Onset of labor [US Standard Certificate of Live Birth]"
}
]
},
"subject": {
"reference": "Patient/MotherPatientExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "51920004",
"display": "Precipitate labor"
}
]
}
}