FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-timeOfGestation-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation mni-obs-timeOfGestation-example1
status: Final
code: Length of gestation at time of procedure
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
value: 17 wk (Details: UCUM codewk = 'wk')
{
"resourceType": "Observation",
"id": "mni-obs-timeOfGestation-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-obs-timeOfGestation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445872007",
"display": "Length of gestation at time of procedure"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"valueQuantity": {
"value": 17,
"unit": "wk",
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}