Sha256: ece4d3bdf51fc51b40e98a2c13a647fb60b39a019cc7c54e2615d68bfd60737c

Contents?: true

Size: 1.59 KB

Versions: 10

Compression:

Stored size: 1.59 KB

Contents

{
  "resourceType": "CareTeam",
  "id": "example",
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "pr1",
      "name": [
        {
          "family": "Dietician",
          "given": [
            "Dorothy"
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LA27976-2",
          "display": "Encounter-focused care team"
        }
      ]
    }
  ],
  "name": "Peter James Charlmers Care Plan for Inpatient Encounter",
  "subject": {
    "reference": "Patient/example",
    "display": "Peter James Chalmers"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "period": {
    "end": "2013-01-01"
  },
  "participant": [
    {
      "role": [
        {
          "text": "responsiblePerson"
        }
      ],
      "member": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      }
    },
    {
      "role": [
        {
          "text": "adviser"
        }
      ],
      "member": {
        "reference": "#pr1",
        "display": "Dorothy Dietition"
      },
      "onBehalfOf": {
        "reference": "Organization/f001"
      },
      "period": {
        "end": "2013-01-01"
      }
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/f001"
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.2.2 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.2.1 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.2.0 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.1.2 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.1.1 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.1.0 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.0.2 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.0.1 lib/fhir_models/examples/json/careteam-example.json
fhir_models-4.0.0 lib/fhir_models/examples/json/careteam-example.json