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 FHIR Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "890e641f-6267-4464-a03d-e47d2a863fca",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 890e641f-6267-4464-a03d-e47d2a863fca</b></p><a name=\"890e641f-6267-4464-a03d-e47d2a863fca\"> </a><a name=\"hc890e641f-6267-4464-a03d-e47d2a863fca\"> </a><p><b>name</b>: Daniel Morgan </p><p><b>telecom</b>: <a href=\"mailto:d.morgan@example.com\">d.morgan@example.com</a>, <a href=\"mailto:thebigd@example.com\">thebigd@example.com</a>, <a href=\"tel:+4407654321123\">+4407654321123</a>, ph: 0207 654 789(Work)</p></div>"
  },
  "name" : [
    {
      "family" : "Morgan",
      "given" : [
        "Daniel"
      ]
    }
  ],
  "telecom" : [
    {
      "extension" : [
        {
          "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonEmailAddressType",
          "valueCoding" : {
            "system" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-EmailAddressType-1",
            "code" : "Work",
            "display" : "An office contact point. First choice for business related contacts during business hours."
          }
        }
      ],
      "system" : "email",
      "value" : "d.morgan@example.com",
      "use" : "work",
      "rank" : 1
    },
    {
      "extension" : [
        {
          "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonEmailAddressType",
          "valueCoding" : {
            "system" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-EmailAddressType-1",
            "code" : "Home",
            "display" : "A communication contact point at a home"
          }
        }
      ],
      "system" : "email",
      "value" : "thebigd@example.com",
      "use" : "home"
    },
    {
      "extension" : [
        {
          "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonTelephoneNumberType",
          "valueCoding" : {
            "system" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-TelephoneNumberType-1",
            "code" : "Mobile",
            "display" : "A telecommunication device that moves and stays with its owner."
          }
        }
      ],
      "system" : "phone",
      "value" : "+4407654321123",
      "use" : "mobile",
      "rank" : 1
    },
    {
      "extension" : [
        {
          "url" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/Extension-MODS-PersonTelephoneNumberType",
          "valueCoding" : {
            "system" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-TelephoneNumberType-1",
            "code" : "Work",
            "display" : "An office contact point. First choice for business related contacts during business hours."
          }
        }
      ],
      "system" : "phone",
      "value" : "0207 654 789",
      "use" : "work"
    }
  ]
}