Social Care Interoperability Platform FHIR Implementation Guide
Version: 0.1.0, Status: draft

Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MODS Assessment Method - JSON Representation

Draft as of 2026-03-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MODS-AssessmentMethod-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MODS-AssessmentMethod-1</b></p><a name=\"MODS-AssessmentMethod-1\"> </a><a name=\"hcMODS-AssessmentMethod-1\"> </a><p>This  code system <code>https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-AssessmentMethod-1</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">in-person<a name=\"MODS-AssessmentMethod-1-in-person\"> </a></td><td>In Person</td><td>The assessment took place in person</td></tr><tr><td style=\"white-space:nowrap\">online<a name=\"MODS-AssessmentMethod-1-online\"> </a></td><td>Online</td><td>The assessment took place online</td></tr><tr><td style=\"white-space:nowrap\">telephone<a name=\"MODS-AssessmentMethod-1-telephone\"> </a></td><td>Telephone</td><td>The assessment took place over the phone</td></tr></table></div>"
  },
  "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-AssessmentMethod-1",
  "version" : "0.1.0",
  "name" : "MODSAssessmentMethod",
  "title" : "MODS Assessment Method",
  "status" : "draft",
  "date" : "2026-03-24T16:18:08+00:00",
  "publisher" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
  "contact" : [
    {
      "name" : "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://synanetics.com"
        },
        {
          "system" : "email",
          "value" : "info@synanetics.com"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "in-person",
      "display" : "In Person",
      "definition" : "The assessment took place in person"
    },
    {
      "code" : "online",
      "display" : "Online",
      "definition" : "The assessment took place online"
    },
    {
      "code" : "telephone",
      "display" : "Telephone",
      "definition" : "The assessment took place over the phone"
    }
  ]
}