{

"resourceType": "Basic",
"id": "classModel",
"extension": [
  {
    "url": "http://example.org/do-not-use/fhir-extensions/UMLclass",
    "extension": [
      {
        "url": "name",
        "valueString": "Class1"
      },
      {
        "url": "attribute",
        "extension": [
          {
            "url": "name",
            "valueString": "attribute1"
          },
          {
            "url": "minOccurs",
            "valueInteger": 1
          },
          {
            "url": "maxOccurs",
            "valueCode": "*"
          }
        ]
      },
      {
        "url": "attribute",
        "extension": [
          {
            "url": "name",
            "valueString": "attribute2"
          },
          {
            "url": "minOccurs",
            "valueInteger": 0
          },
          {
            "url": "maxOccurs",
            "valueInteger": 1
          }
        ]
      }
    ]
  }
],
"code": {
  "coding": [
    {
      "system": "http://example.org/do-not-use/fhir-codes#resourceTypes",
      "code": "UMLCLASSMODEL"
    }
  ]
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}