CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR)
1.0.0 - ci-build
CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR), published by APHL. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lantanagroup/FHIR-us-eicr-anonymized/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "observation-pregnancy-status-anon",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-pregnancy-status-observation"
]
},
"text" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
],
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-recorded-extension",
"valueDateTime" : "2017-10-01"
},
{
"url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension",
"valueDateTime" : "2017-10-01"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82810-3",
"display" : "Pregnancy status"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-anon"
},
"effectivePeriod" : {
"start" : "2017-08-26"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "77386006",
"display" : "Pregnancy (finding)"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "16310003",
"display" : "Ultrasonography (procedure)"
}
]
},
"component" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension",
"valueDateTime" : "2017-10-01"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "53691-2",
"display" : "Gestational age Estimated from patient reported estimated date of conception"
}
]
},
"valueQuantity" : {
"value" : 143,
"unit" : "d"
}
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension",
"valueDateTime" : "2017-10-01"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "57064-8",
"display" : "Delivery date Estimated from date fundal height reaches umb"
}
]
},
"valueDateTime" : "2018-05-01"
}
]
}