FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-PrimaryInsuranceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation PrimaryInsuranceExample
status: Final
code: Primary insurance
subject: Miranda Stephanie Boucher (official) Female, DoB: 1988-02-17 ( Medical record number)
effective: 2019-12-02
performer: Miranda Stephanie Boucher (official) Female, DoB: 1988-02-17 ( Medical record number)
value: Private Health Insurance
{
"resourceType": "Observation",
"id": "PrimaryInsuranceExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/observation-mother-insurance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76437-3",
"display": "Primary insurance"
}
]
},
"subject": {
"reference": "Patient/MotherPatientExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Patient/MotherPatientExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.221.5",
"code": "5",
"display": "Private Health Insurance"
}
]
}
}