FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-pregnancy-intent-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation obs-pregnancy-intent-example
Profile: TW Core Observation Pregnancy Intent
status: Final
category: Social History
code: Pregnancy Intent
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2022-09-23 22:39:43+0000
performer: Organization 衛生福利部臺北醫院
value: Yes, I want to become pregnant
{
"resourceType": "Observation",
"id": "obs-pregnancy-intent-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-pregnancy-intent-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "86645-9",
"display": "Pregnancy intention in the next year - Reported"
}
],
"text": "Pregnancy Intent"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-09-23T22:39:43Z",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA26438-4",
"display": "Yes, I want to become pregnant"
}
]
}
}