FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
IdPaymentMethod-vs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "payment-method",
  "url": "http://ontariohealth.ca/fhir/ValueSet/LHIN-code",
  "version": "1.0.0",
  "name": "PaymentMethod",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes indicate the method of payment for the service.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/payment-method",
        "concept": [
          {
            "code": "LOC-019",
            "display": "OHIP"
          },
          {
            "code": "LOC-020",
            "display": "WSIB"
          },
          {
            "code": "LOC-021",
            "display": "DND"
          },
          {
            "code": "LOC-022",
            "display": "IFH"
          },
          {
            "code": "LOC-023",
            "display": "RAMQ"
          }
        ]
      }
    ]
  }
}