Credentials PSV Primary Source IG
1.0.0 - ci-build International flag

Credentials PSV Primary Source IG, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/alpivonka/Practitioners-Qualification-PSV-PrimarySource/ and changes regularly. See the Directory of published versions

: PSVPractitioner — Education (degree) with VR, Provenance, Evidence - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "prac-education-with-vr",
  "meta" : {
    "profile" : [
      🔗 "http://example.com/fhir/psv/StructureDefinition/PSVPractitioner",
      "http://example.org/fhir/uv/psv/StructureDefinition/PSVPractitioner"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner prac-education-with-vr</b></p><a name=\"prac-education-with-vr\"> </a><a name=\"hcprac-education-with-vr\"> </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\">Profiles: <a href=\"StructureDefinition-PSVPractitioner.html\">PSV Practitioner with Qualification Slices (Common Pattern + Rules)</a>, <code>http://example.org/fhir/uv/psv/StructureDefinition/PSVPractitioner</code></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1478523690</p><p><b>name</b>: Morgan Chen </p><blockquote><p><b>qualification</b></p><p><b>org/fhir/uv/psv/StructureDefinition/qualification-degree</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-degree-cs MD}\">MD</span></p><p><b>org/fhir/uv/psv/StructureDefinition/qualification-status</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-status-cs active}\">active</span></p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-type-cs education}\">education</span></p><p><b>period</b>: 2016-05-15 --&gt; (ongoing)</p><p><b>issuer</b>: <a href=\"Organization-org-state-university-med.html\">Organization State University College of Medicine</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>org/fhir/uv/psv/StructureDefinition/qualification-degree</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-degree-cs BS}\">BS</span></p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-type-cs education}\">education</span></p><p><b>period</b>: 2012-05-15 --&gt; (ongoing)</p><p><b>issuer</b>: <a href=\"Organization-org-state-university-med.html\">Organization State University College of Medicine</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1478523690"
    }
  ],
  "name" : [
    {
      "family" : "Chen",
      "given" : [
        "Morgan"
      ]
    }
  ],
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "http://example.org/fhir/uv/psv/StructureDefinition/qualification-degree",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-degree-cs",
                "code" : "MD"
              }
            ]
          }
        },
        {
          "url" : "http://example.org/fhir/uv/psv/StructureDefinition/qualification-status",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-status-cs",
                "code" : "active"
              }
            ]
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-type-cs",
            "code" : "education"
          }
        ]
      },
      "period" : {
        "start" : "2016-05-15"
      },
      "issuer" : {
        🔗 "reference" : "Organization/org-state-university-med"
      }
    },
    {
      "extension" : [
        {
          "url" : "http://example.org/fhir/uv/psv/StructureDefinition/qualification-degree",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-degree-cs",
                "code" : "BS"
              }
            ]
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-qualification-type-cs",
            "code" : "education"
          }
        ]
      },
      "period" : {
        "start" : "2012-05-15"
      },
      "issuer" : {
        🔗 "reference" : "Organization/org-state-university-med"
      }
    }
  ]
}