Монгол Улсын үндэсний цөм FHIR удирдамж (Mongolian National Core IG)
0.1.0 - draft
Mongolia
Монгол Улсын үндэсний цөм FHIR удирдамж (Mongolian National Core IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExamplePregnancyStatus",
"meta" : {
"profile" : [
🔗 "http://fhir.mn/fhir/StructureDefinition/mn-core-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExamplePregnancyStatus</b></p><a name=\"ExamplePregnancyStatus\"> </a><a name=\"hcExamplePregnancyStatus\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mn-core-observation.html\">Монгол улсын үндсэн Observation профайл</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Pregnancy status</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMongolianPatient.html\">Бат Дорж Female, DoB: 1990-01-01 ( http://fhir.mn/sid/national-id#MongolianNationalId#УУ90010111)</a></p><p><b>effective</b>: 2026-03-12</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Patient currently pregnant</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 11884-4}\">Gestational age Estimated</span></td><td>12 weeks<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82810-3",
"display" : "Pregnancy status"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExampleMongolianPatient"
},
"effectiveDateTime" : "2026-03-12",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "77386006",
"display" : "Patient currently pregnant"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11884-4",
"display" : "Gestational age Estimated"
}
]
},
"valueQuantity" : {
"value" : 12,
"unit" : "weeks",
"system" : "http://unitsofmeasure.org",
"code" : "wk"
}
}
]
}