One Medical FHIR Implementation Guide
0.1.0 - ci-build
One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-05-04 |
{
"resourceType" : "CodeSystem",
"id" : "om-source-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem om-source-type</b></p><a name=\"om-source-type\"> </a><a name=\"hcom-source-type\"> </a><p>This case-sensitive code system <code>http://onemedical.com/terminology/source-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">one-medical-collected<a name=\"om-source-type-one-medical-collected\"> </a></td><td>One Medical Collected</td></tr><tr><td style=\"white-space:nowrap\">patient-entered<a name=\"om-source-type-patient-entered\"> </a></td><td>Patient Entered</td></tr></table></div>"
},
"url" : "http://onemedical.com/terminology/source-type",
"version" : "0.1.0",
"name" : "OMSourceType",
"title" : "One Medical Source Type",
"status" : "draft",
"date" : "2026-05-04T21:32:29+00:00",
"publisher" : "One Medical",
"contact" : [
{
"name" : "One Medical",
"telecom" : [
{
"system" : "url",
"value" : "https://www.onemedical.com"
}
]
}
],
"description" : "Identifies the source type of a resource",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "one-medical-collected",
"display" : "One Medical Collected"
},
{
"code" : "patient-entered",
"display" : "Patient Entered"
}
]
}