FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Observation |
| Id | Observation-ExamplePregnancyGravida.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExamplePregnancyGravida
Profile: PregnancyGravida
status: Final
category: Survey
code: Number of pregnancies
subject: Patient/example
encounter: Encounter/example
effective: 2025-03-12 08:30:00+0000
issued: 2025-03-12 09:00:00+0000
value: 3
{
"resourceType": "Observation",
"id": "ExamplePregnancyGravida",
"meta": {
"profile": [
"http://example.org/StructureDefinition/PregnancyGravida"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11996-6",
"display": "Number of pregnancies"
},
{
"system": "http://who.int/anc-cds",
"code": "GRAVIDA",
"display": "Gravida (Total number of pregnancies)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"effectiveDateTime": "2025-03-12T08:30:00Z",
"issued": "2025-03-12T09:00:00Z",
"valueInteger": 3
}