FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-sexual-orientation-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-sexual-orientation-example
status: Final
category: Social History
code: Sexual orientation
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2021-11-11
performer: Practitioner 王依昇(official)
value: Homosexuality
{
"resourceType": "Observation",
"id": "obs-sexual-orientation-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-sexual-orientation-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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76690-7",
"display": "Sexual orientation"
}
],
"text": "Sexual orientation"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2021-11-11",
"performer": [
{
"reference": "Practitioner/pra-dr-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "38628009",
"display": "Homosexuality"
}
],
"text": "Homosexuality"
}
}